# Schema for Debconf config items. # # Requires: OpenLDAP 2.0.x core.schema (for description attribute) attributetype ( 1.2.3.4.5.1.1 NAME 'template' DESC 'The name of the template the entry refers to' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 SINGLE-VALUE ) attributetype ( 1.2.3.4.5.1.2 NAME 'owners' DESC 'A package which wants to use this entry' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 ) attributetype ( 1.2.3.4.5.1.3 NAME 'flags' DESC 'A status item for this entry' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 ) attributetype ( 1.2.3.4.5.1.4 NAME 'value' DESC 'The value of this entry' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 SINGLE-VALUE ) attributetype ( 1.2.3.4.5.1.5 NAME 'variables' DESC 'A variable associated with this entry' EQUALITY caseIgnoreMatch SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 ) attributetype ( 1.2.3.4.5.1.6 NAME 'type' DESC 'The type of template defined by this entry' EQUALITY caseIgnoreMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 SINGLE-VALUE ) attributetype ( 1.2.3.4.5.1.8 NAME 'extendedDescription' DESC 'An extended description for this template' SUBSTR caseIgnoreSubstringsMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.44 ) objectclass ( 1.2.3.4.5.2.1 NAME 'debConfDbEntry' MUST ( cn $ owners ) MAY( template $ flags $ variables $ value $ type $ description $ extendedDescription ) )