Prevent potential side effects and use local variables here
[pdns-ldap-backend/landonf.git] / schema / dnsdomain2.schema
bloba89aeafb3746043c1364f9ccdea59e37d1dcc29f
1 # A schema for storing DNS zones in LDAP
3 # ORDERING is not necessary, and some servers don't support
4 # integerOrderingMatch. Omit or change if you like
6 attributetype ( 1.3.6.1.4.1.2428.20.0.0  NAME 'dNSTTL'
7         DESC 'An integer denoting time to live'
8         EQUALITY integerMatch
9         ORDERING integerOrderingMatch
10         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
12 attributetype ( 1.3.6.1.4.1.2428.20.0.1 NAME 'dNSClass'
13         DESC 'The class of a resource record'
14         EQUALITY caseIgnoreIA5Match
15         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
17 attributetype ( 1.3.6.1.4.1.2428.20.1.11 NAME 'wKSRecord'
18         DESC 'a well known service description, RFC 1035'
19         EQUALITY caseIgnoreIA5Match
20         SUBSTR caseIgnoreIA5SubstringsMatch
21         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
23 attributetype ( 1.3.6.1.4.1.2428.20.1.12 NAME 'pTRRecord'
24         DESC 'domain name pointer, RFC 1035'
25         EQUALITY caseIgnoreIA5Match
26         SUBSTR caseIgnoreIA5SubstringsMatch
27         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
29 attributetype ( 1.3.6.1.4.1.2428.20.1.13 NAME 'hInfoRecord'
30         DESC 'host information, RFC 1035'
31         EQUALITY caseIgnoreIA5Match
32         SUBSTR caseIgnoreIA5SubstringsMatch
33         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
35 attributetype ( 1.3.6.1.4.1.2428.20.1.14 NAME 'mInfoRecord'
36         DESC 'mailbox or mail list information, RFC 1035'
37         EQUALITY caseIgnoreIA5Match
38         SUBSTR caseIgnoreIA5SubstringsMatch
39         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
41 attributetype ( 1.3.6.1.4.1.2428.20.1.16 NAME 'tXTRecord'
42         DESC 'text string, RFC 1035'
43         EQUALITY caseIgnoreIA5Match
44         SUBSTR caseIgnoreIA5SubstringsMatch
45         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
47 attributetype ( 1.3.6.1.4.1.2428.20.1.17 NAME 'rPRecord'
48         DESC 'for Responsible Person, RFC 1183'
49         EQUALITY caseIgnoreIA5Match
50         SUBSTR caseIgnoreIA5SubstringsMatch
51         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
53 attributetype ( 1.3.6.1.4.1.2428.20.1.18 NAME 'aFSDBRecord'
54         DESC 'for AFS Data Base location, RFC 1183'
55         EQUALITY caseIgnoreIA5Match
56         SUBSTR caseIgnoreIA5SubstringsMatch
57         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
59 attributetype ( 1.3.6.1.4.1.2428.20.1.24 NAME 'SigRecord'
60         DESC 'Signature, RFC 2535'
61         EQUALITY caseIgnoreIA5Match
62         SUBSTR caseIgnoreIA5SubstringsMatch
63         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
65 attributetype ( 1.3.6.1.4.1.2428.20.1.25 NAME 'KeyRecord'
66         DESC 'Key, RFC 2535'
67         EQUALITY caseIgnoreIA5Match
68         SUBSTR caseIgnoreIA5SubstringsMatch
69         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
71 attributetype ( 1.3.6.1.4.1.2428.20.1.27 NAME 'gPosRecord'
72         DESC 'Geographical Position, RFC 1712'
73         EQUALITY caseIgnoreIA5Match
74         SUBSTR caseIgnoreIA5SubstringsMatch
75         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
77 attributetype ( 1.3.6.1.4.1.2428.20.1.28 NAME 'aAAARecord'
78         DESC 'IPv6 address, RFC 1886'
79         EQUALITY caseIgnoreIA5Match
80         SUBSTR caseIgnoreIA5SubstringsMatch
81         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
83 attributetype ( 1.3.6.1.4.1.2428.20.1.29 NAME 'LocRecord'
84         DESC 'Location, RFC 1876'
85         EQUALITY caseIgnoreIA5Match
86         SUBSTR caseIgnoreIA5SubstringsMatch
87         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
89 attributetype ( 1.3.6.1.4.1.2428.20.1.30 NAME 'nXTRecord'
90         DESC 'non-existant, RFC 2535'
91         EQUALITY caseIgnoreIA5Match
92         SUBSTR caseIgnoreIA5SubstringsMatch
93         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
95 attributetype ( 1.3.6.1.4.1.2428.20.1.33 NAME 'sRVRecord'
96         DESC 'service location, RFC 2782'
97         EQUALITY caseIgnoreIA5Match
98         SUBSTR caseIgnoreIA5SubstringsMatch
99         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
101 attributetype ( 1.3.6.1.4.1.2428.20.1.35 NAME 'nAPTRRecord'
102         DESC 'Naming Authority Pointer, RFC 2915'
103         EQUALITY caseIgnoreIA5Match
104         SUBSTR caseIgnoreIA5SubstringsMatch
105         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
107 attributetype ( 1.3.6.1.4.1.2428.20.1.36 NAME 'kXRecord'
108         DESC 'Key Exchange Delegation, RFC 2230'
109         EQUALITY caseIgnoreIA5Match
110         SUBSTR caseIgnoreIA5SubstringsMatch
111         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
113 attributetype ( 1.3.6.1.4.1.2428.20.1.37 NAME 'certRecord'
114         DESC 'certificate, RFC 2538'
115         EQUALITY caseIgnoreIA5Match
116         SUBSTR caseIgnoreIA5SubstringsMatch
117         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
119 attributetype ( 1.3.6.1.4.1.2428.20.1.38 NAME 'a6Record'
120         DESC 'A6 Record Type, RFC 2874'
121         EQUALITY caseIgnoreIA5Match
122         SUBSTR caseIgnoreIA5SubstringsMatch
123         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
125 attributetype ( 1.3.6.1.4.1.2428.20.1.39 NAME 'dNameRecord'
126         DESC 'Non-Terminal DNS Name Redirection, RFC 2672'
127         EQUALITY caseIgnoreIA5Match
128         SUBSTR caseIgnoreIA5SubstringsMatch
129         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
131 attributetype ( 1.3.6.1.4.1.2428.20.1.42 NAME 'aPLRecord'
132         DESC 'Lists of Address Prefixes, RFC 3123'
133         EQUALITY caseIgnoreIA5Match
134         SUBSTR caseIgnoreIA5SubstringsMatch
135         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
137 attributetype ( 1.3.6.1.4.1.2428.20.1.43 NAME 'dSRecord'
138         DESC 'Delegation Signer, RFC 3658'
139         EQUALITY caseIgnoreIA5Match
140         SUBSTR caseIgnoreIA5SubstringsMatch
141         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
143 attributetype ( 1.3.6.1.4.1.2428.20.1.44 NAME 'sSHFPRecord'
144         DESC 'SSH Key Fingerprint, RFC 4255'
145         EQUALITY caseIgnoreIA5Match
146         SUBSTR caseIgnoreIA5SubstringsMatch
147         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
149 attributetype ( 1.3.6.1.4.1.2428.20.1.45 NAME 'iPSecKeyRecord'
150         DESC 'SSH Key Fingerprint, RFC 4025'
151         EQUALITY caseIgnoreIA5Match
152         SUBSTR caseIgnoreIA5SubstringsMatch
153         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
155 attributetype ( 1.3.6.1.4.1.2428.20.1.46 NAME 'rRSIGRecord'
156         DESC 'RRSIG, RFC 3755'
157         EQUALITY caseIgnoreIA5Match
158         SUBSTR caseIgnoreIA5SubstringsMatch
159         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
161 attributetype ( 1.3.6.1.4.1.2428.20.1.47 NAME 'nSECRecord'
162         DESC 'NSEC, RFC 3755'
163         EQUALITY caseIgnoreIA5Match
164         SUBSTR caseIgnoreIA5SubstringsMatch
165         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
167 attributetype ( 1.3.6.1.4.1.2428.20.1.48 NAME 'dNSKeyRecord'
168         DESC 'DNSKEY, RFC 3755'
169         EQUALITY caseIgnoreIA5Match
170         SUBSTR caseIgnoreIA5SubstringsMatch
171         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
173 attributetype ( 1.3.6.1.4.1.2428.20.1.49 NAME 'dHCIDRecord'
174         DESC 'DHCID, RFC 4701'
175         EQUALITY caseIgnoreIA5Match
176         SUBSTR caseIgnoreIA5SubstringsMatch
177         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
179 attributetype ( 1.3.6.1.4.1.2428.20.1.99 NAME 'sPFRecord'
180         DESC 'Sender Policy Framework, RFC 4408'
181         EQUALITY caseIgnoreIA5Match
182         SUBSTR caseIgnoreIA5SubstringsMatch
183         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
185 objectclass ( 1.3.6.1.4.1.2428.20.2 NAME 'dNSDomain2'
186         SUP 'dNSDomain' STRUCTURAL
187         MAY ( DNSTTL $ DNSClass $ WKSRecord $ PTRRecord $
188                 HINFORecord $ MINFORecord $ TXTRecord $ RPRecord $
189                 AFSDBRecord $ SIGRecord $ KEYRecord $ GPOSRecord $
190                 AAAARecord $ LOCRecord $ NXTRecord $ SRVRecord $
191                 NAPTRRecord $ KXRecord $ CERTRecord $ A6Record $
192                 DNAMERecord $ APLRecord $ DSRecord $ SSHFPRecord $
193                 IPSECKEYRecord $ RRSIGRecord $ NSECRecord $
194                 DNSKEYRecord $ DHCIDRecord $ SPFRecord
195         ) )