File: debconf.schema

package info (click to toggle)
debconf 1.5.11etch2
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,364 kB
  • ctags: 714
  • sloc: perl: 8,347; sh: 286; makefile: 174; python: 117
file content (60 lines) | stat: -rw-r--r-- 1,758 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Schema for Debconf config items.
#
# Requires: OpenLDAP 2.0.x,2.1.x core.schema (for description attribute)
#
# Wichert has allocated 1.3.6.1.4.9586.1.2 to all Debconf stuff
# (enterprise.Debian.package.debconf) so we use 1.3.6.1.4.9586.1.2.1.x for
# attributes, and 1.3.6.1.4.9586.1.2.2.x for objectclasses.

attributetype ( 1.3.6.1.4.9586.1.2.1.1
	NAME 'template'
	DESC 'The name of the template the entry refers to'
	EQUALITY caseIgnoreIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE )

attributetype ( 1.3.6.1.4.9586.1.2.1.2
	NAME 'owners'
	DESC 'A package which wants to use this entry'
	EQUALITY caseIgnoreIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.3.6.1.4.9586.1.2.1.3
	NAME 'flags'
	DESC 'A status item for this entry'
	EQUALITY caseIgnoreIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.3.6.1.4.9586.1.2.1.4
	NAME 'value'
	DESC 'The value of this entry'
	EQUALITY octetStringMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
	SINGLE-VALUE )

attributetype ( 1.3.6.1.4.9586.1.2.1.5
	NAME 'variables'
	DESC 'A variable associated with this entry'
	EQUALITY caseIgnoreIA5Match
	SUBSTR caseIgnoreSubstringsMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )

attributetype ( 1.3.6.1.4.9586.1.2.1.6
	NAME 'type'
	DESC 'The type of template defined by this entry'
	EQUALITY caseIgnoreIA5Match
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
	SINGLE-VALUE )

attributetype ( 1.3.6.1.4.9586.1.2.1.8
	NAME 'extendedDescription'
	DESC 'An extended description for this template'
	EQUALITY octetStringMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )

objectclass ( 1.3.6.1.4.9586.1.2.2.1
	NAME 'debConfDbEntry'
	MUST ( cn $ owners )
	MAY( template $ flags $ variables $ value
		$ type $ description $ extendedDescription
	) )