This file is indexed.

/usr/share/doc/debconf-doc/debconf.schema is in debconf-doc 1.5.66.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 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
61
62
63
64
65
66
67
68
69
70
71
72
# 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 )

attributetype ( 1.3.6.1.4.9586.1.2.1.9
	NAME 'default'
	DESC 'Default value'
	EQUALITY octetStringMatch
	SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )

attributetype ( 1.3.6.1.4.9586.1.2.1.10
	NAME 'choices'
	DESC 'Possible choices'
	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
	) )