Add sshdistAuthKeysHost
[mirror/userdir-ldap.git] / userdir-ldap.schema
1 # Revision history:
2 #
3 #   - [PP] Now version controlled in db.d.o git repository, also see debian/changelog - 2009
4 #   - [PP] Now version controlled in db.d.o bzr repository - 2007-12-25
5 #
6 # long time ago:
7 #   - [HE] Add 'purpose', 'physicalHost' to debianServer - 2007-12-25
8 #   - [zobel] Add 'VoIP' - 2008-05-10
9 #   - [luk] Add 'subGroup' to group - 2008-11-22
10 #
11 # 0.7 [RM]
12 #   - Add 'gender' and 'birthDate' to debianDeveloper
13 #   - Add 'mailDisableMessage' to debianAccount
14 #   - Add 'mailDisableMessage', 'mailCallout', 'mailGreylisting', 'mailRBL',
15 #         'mailRHSBL', and 'mailWhitelist' to debianDeveloper and debianRoleAccount
16
17 # 0.6 [JT]
18 #   - Add 'access' as a MAY for debianServer objectclass.
19 #   - Make activity-from a UTF-8 string rather than ASCII.
20 #   - add new debianRoleAccount objectclass.
21 #
22 # 0.5 [JT]
23 #   - Add 'access' as a MAY for debianDeveloper objectclass.
24 #   - Add 'gid' attribute.
25 #   - Make homeDirectory a MAY not MUST for debianAccount.
26 #   - drop userPassword and memberUID MAYs from debianGroup.
27 #   - add SUP top STRUCTURAL to debianGroup.
28 #
29 # 0.4
30 #   - add a UTF8-enabled 'gecos' attribute type, conflicts with RFC2307
31 #   - add debianAccount, which is roughly equivalent to posixAccount but
32 #     permits UTF8 gecos fields
33 #   - add debianGroup, which is the same as above but for posixGroup
34 #
35 # 0.3
36 #   - Remove labeledURI, jpegPhoto from the list of supported 
37 #     attributes; using inetOrgPerson instead of organizationalPerson as
38 #     a structural objectclass gives us both of these, and several other 
39 #     attributes that may be useful.
40 #   - Add echelon attributes for MIA work to the debiandeveloper
41 #     objectclass. (accountcomment,accountstatus)
42 #   - Add specification for debianServer objectclass, used for Debian 
43 #     server listings
44 #
45 # 0.2
46 #   - grammarfied 'allowedHosts' to 'allowedHost' as
47 #      1.3.6.1.4.1.9586.100.4.2.12.
48 #   - add 'privateSub' as 1.3.6.1.4.1.9586.100.4.4.5.
49 #   - add 'jabberJID' as 1.3.6.1.4.1.9586.100.4.2.13.
50 #   - change 'icqUIN' to an integer type (see? I told you it wasn't
51 #     approved for use yet! ;)
52 #
53 # 0.1
54 #   - initial revision
55 #
56 #
57 # Project: db.debian.org
58 # Contact: Debian directory administrators <admin@db.debian.org>
59 # Type:    X.500/LDAP
60 # Section: Project
61 #
62 # enterprise.Debian.project.userdir / 1.3.6.1.4.1.9586.100.4
63 #
64 # .1 - public LDAP objectClasses
65 #   .1 - debianAccount
66 #   .2 - debianGroup
67 #
68 # .2 - public LDAP attributeTypes
69 #   .1 - sshRSAAuthKey
70 #   .2 - activity-from
71 #   .3 - activity-pgp
72 #   .4 - comment
73 #   .5 - icqUin
74 #   .6 - ircNick
75 #   .7 - latitude
76 #   .8 - longitude
77 #   .9 - middlename (mn)
78 #   .10 - onVacation
79 #   .11 - supplementaryGid
80 #   .12 - allowedHost
81 #   .13 - jabberJID
82 #   .14 - access
83 #   .15 - admin
84 #   .16 - architecture
85 #   .17 - bandwidth
86 #   .18 - disk
87 #   .19 - distribution
88 #   .20 - host
89 #   .21 - hostname
90 #   .22 - machine
91 #   .23 - memory
92 #   .24 - sponsor
93 #   .25 - sponsor-admin
94 #   .26 - sshRSAHostKey
95 #   .27 - status
96 #   .28 - gecos
97 #   .29 - gid
98 #   .30 - gender
99 #   .31 - birthdate
100 #   .32 - mailDisableMessage
101 #   .33 - purpose
102 #   .34 - physicalHost
103 #   .35 - VoIP
104 #   .36 - sudoPassword
105 #   .37 - subGroup
106 #   .38 - mailContentInspectionAction
107 #   .39 - allowedGroups
108 #   .40 - exportOptions
109 #   .41 - sshdistAuthKeysHost
110 #
111 # .3 - experimental LDAP objectClasses
112 #   .1 - debianDeveloper
113 #   .2 - debianServer
114 #   .3 - debianRoleAccount
115
116 # .4 - experimental LDAP attributeTypes
117 #   .1 - allowedHosts - OBSOLETED
118 #   .2 - dnsZoneEntry
119 #   .3 - emailForward
120 #   .4 - keyFingerPrint
121 #   .5 - privateSub
122 #   .6 - accountComment
123 #   .7 - accountStatus
124 #   .8 - perform callouts
125 #   .9 - perform greylisting
126 #   .11 - DNS RBL
127 #   .12 - RHS RBL
128 #   .13 - whitelist
129
130 # Public attribute types
131 attributetype ( 1.3.6.1.4.1.9586.100.4.2.1 
132         NAME 'sshRSAAuthKey'
133         DESC 'textual form of an SSH public key compatible with authorized_keys'
134         EQUALITY caseIgnoreMatch
135         SUBSTR caseIgnoreSubstringsMatch
136         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
137
138 attributetype ( 1.3.6.1.4.1.9586.100.4.2.2
139         NAME 'activity-from'
140         DESC 'last known activity from user email address'
141         EQUALITY caseExactMatch
142         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
143
144 attributetype ( 1.3.6.1.4.1.9586.100.4.2.3
145         NAME 'activity-pgp'
146         DESC 'last known activity from user PGP key'
147         EQUALITY caseExactIA5Match
148         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
149
150 attributetype ( 1.3.6.1.4.1.9586.100.4.2.4
151         NAME 'comment'
152         DESC 'user-editable comment'
153         EQUALITY caseExactIA5Match
154         SUBSTR caseIgnoreIA5SubstringsMatch
155         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
156
157 attributetype ( 1.3.6.1.4.1.9586.100.4.2.5
158         NAME 'icqUin'
159         DESC 'UIN for ICQ instant messaging system'
160         EQUALITY integerMatch
161         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
162
163 attributetype ( 1.3.6.1.4.1.9586.100.4.2.6
164         NAME 'ircNick'
165         DESC 'Internet Relay Chat nickname'
166         EQUALITY caseIgnoreIA5Match
167         SUBSTR caseIgnoreIA5SubstringsMatch
168         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
169
170 attributetype ( 1.3.6.1.4.1.9586.100.4.2.7
171         NAME 'latitude'
172         DESC 'latitude coordinate'
173         EQUALITY caseExactIA5Match
174         SUBSTR caseExactIA5SubstringsMatch
175         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
176
177 attributetype ( 1.3.6.1.4.1.9586.100.4.2.8
178         NAME 'longitude'
179         DESC 'longitude coordinate'
180         EQUALITY caseExactIA5Match
181         SUBSTR caseExactIA5SubstringsMatch
182         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
183
184 attributetype ( 1.3.6.1.4.1.9586.100.4.2.9
185         NAME ( 'mn' 'middlename' )
186         SUP name )
187
188 attributetype ( 1.3.6.1.4.1.9586.100.4.2.10
189         NAME 'onVacation'
190         DESC 'vacation message'   
191         EQUALITY caseIgnoreMatch
192         SUBSTR caseIgnoreSubstringsMatch
193         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
194
195 attributetype ( 1.3.6.1.4.1.9586.100.4.2.11
196         NAME 'supplementaryGid'
197         DESC 'additional Unix group id of user'
198         EQUALITY caseIgnoreMatch
199         SUBSTR caseIgnoreSubstringsMatch
200         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
201
202 attributetype ( 1.3.6.1.4.1.9586.100.4.2.12
203         NAME 'allowedHost'
204         DESC 'host name this account is allowed access to'
205         EQUALITY caseIgnoreIA5Match
206         SUBSTR caseIgnoreIA5SubstringsMatch
207         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
208
209 attributetype ( 1.3.6.1.4.1.9586.100.4.2.13
210         NAME 'jabberJID'
211         DESC 'JID for Jabber instant messaging protocol'
212         EQUALITY caseIgnoreIA5Match
213         SUBSTR caseIgnoreIA5SubstringsMatch
214         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
215
216 attributetype ( 1.3.6.1.4.1.9586.100.4.2.14
217         NAME 'access'
218         DESC 'nature of access allowed to server'
219         EQUALITY caseIgnoreMatch
220         SUBSTR caseIgnoreSubstringsMatch
221         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
222
223 attributetype ( 1.3.6.1.4.1.9586.100.4.2.15
224         NAME 'admin'
225         DESC 'email address of server administrator'
226         EQUALITY caseIgnoreIA5Match
227         SUBSTR caseIgnoreIA5SubstringsMatch
228         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
229
230 attributetype ( 1.3.6.1.4.1.9586.100.4.2.16
231         NAME 'architecture'
232         DESC 'hardware architecture of server'
233         EQUALITY caseIgnoreIA5Match
234         SUBSTR caseIgnoreIA5SubstringsMatch
235         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
236
237 attributetype ( 1.3.6.1.4.1.9586.100.4.2.17
238         NAME 'bandwidth'
239         DESC 'type of network connection for server'
240         EQUALITY caseIgnoreMatch
241         SUBSTR caseIgnoreSubstringsMatch
242         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
243
244 attributetype ( 1.3.6.1.4.1.9586.100.4.2.18
245         NAME 'disk'
246         DESC 'amount of disk space available to server'
247         EQUALITY caseIgnoreMatch
248         SUBSTR caseIgnoreSubstringsMatch
249         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{64} )
250
251 attributetype ( 1.3.6.1.4.1.9586.100.4.2.19
252         NAME 'distribution'
253         DESC 'host OS distribution'
254         EQUALITY caseIgnoreIA5Match
255         SUBSTR caseIgnoreIA5SubstringsMatch
256         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
257
258 #attributetype ( 1.3.6.1.4.1.9586.100.4.2.20
259 #       NAME 'host'
260 #       DESC '(short) host name of server'
261 #       EQUALITY caseIgnoreIA5Match
262 #       SUBSTR caseIgnoreIA5SubstringsMatch
263 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} SINGLE-VALUE )
264
265 attributetype ( 1.3.6.1.4.1.9586.100.4.2.21
266         NAME 'hostname'
267         DESC 'FQDN of the server'
268         EQUALITY caseIgnoreIA5Match
269         SUBSTR caseIgnoreIA5SubstringsMatch
270         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
271
272 attributetype ( 1.3.6.1.4.1.9586.100.4.2.22
273         NAME 'machine'
274         DESC 'description of physical hardware'
275         EQUALITY caseIgnoreMatch
276         SUBSTR caseIgnoreSubstringsMatch
277         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )
278
279 attributetype ( 1.3.6.1.4.1.9586.100.4.2.23
280         NAME 'memory'
281         DESC 'amount of RAM available to server'
282         EQUALITY caseIgnoreMatch
283         SUBSTR caseIgnoreSubstringsMatch
284         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{64} )
285
286 attributetype ( 1.3.6.1.4.1.9586.100.4.2.24
287         NAME 'sponsor'
288         DESC 'name of the sponsor of this server'
289         EQUALITY caseIgnoreMatch
290         SUBSTR caseIgnoreSubstringsMatch
291         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
292
293 attributetype ( 1.3.6.1.4.1.9586.100.4.2.25
294         NAME 'sponsor-admin'
295         DESC 'email address of sponsoring server administrator'
296         EQUALITY caseIgnoreIA5Match
297         SUBSTR caseIgnoreIA5SubstringsMatch
298         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
299
300 attributetype ( 1.3.6.1.4.1.9586.100.4.2.26
301         NAME 'sshRSAHostKey'
302         DESC 'textual form of an SSH public host key compatible with known_hosts'
303         EQUALITY caseIgnoreMatch
304         SUBSTR caseIgnoreSubstringsMatch
305         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
306
307 attributetype ( 1.3.6.1.4.1.9586.100.4.2.27
308         NAME 'status'
309         DESC 'administrative status of server'
310         EQUALITY caseIgnoreMatch
311         SUBSTR caseIgnoreSubstringsMatch
312         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
313
314 attributetype ( 1.3.6.1.4.1.9586.100.4.2.28
315         NAME 'gecos'
316         DESC 'The GECOS field; the common name'
317         EQUALITY caseIgnoreMatch
318         SUBSTR caseIgnoreSubstringsMatch
319         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
320
321 attributetype ( 1.3.6.1.4.1.9586.100.4.2.29
322         NAME 'gid'
323         DESC 'Group Name'
324         EQUALITY caseExactIA5Match
325         SUBSTR caseExactIA5SubstringsMatch
326         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
327
328 attributetype ( 1.3.6.1.4.1.9586.100.4.2.30
329         NAME 'gender'
330         DESC 'ISO 5218 representation of human gender'
331         EQUALITY integerMatch
332         SINGLE-VALUE
333         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27{1} )
334
335 attributetype ( 1.3.6.1.4.1.9586.100.4.2.31
336         NAME 'birthDate'
337         DESC 'Date of birth in YYYYMMDD format'
338         EQUALITY numericStringMatch
339         SINGLE-VALUE
340         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{8} )
341
342 attributetype ( 1.3.6.1.4.1.9586.100.4.2.32
343         NAME 'mailDisableMessage'
344         DESC 'Message returned when all mail is disabled'
345         EQUALITY caseIgnoreIA5Match
346         SUBSTR caseIgnoreIA5SubstringsMatch
347         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
348
349 attributetype ( 1.3.6.1.4.1.9586.100.4.2.33
350         NAME 'purpose'
351         DESC 'purposes of this server'
352         EQUALITY caseIgnoreMatch
353         SUBSTR caseIgnoreSubstringsMatch
354         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
355
356 attributetype ( 1.3.6.1.4.1.9586.100.4.2.34
357         NAME 'physicalHost'
358         DESC 'FQDN of the physical host of this virtual server'
359         EQUALITY caseIgnoreIA5Match
360         SUBSTR caseIgnoreIA5SubstringsMatch
361         SINGLE-VALUE
362         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
363
364 attributetype ( 1.3.6.1.4.1.9586.100.4.2.35
365         NAME 'VoIP'
366         DESC 'VoIP URL to communicate with that person'
367         EQUALITY caseIgnoreIA5Match
368         SUBSTR caseIgnoreIA5SubstringsMatch
369         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
370
371 attributetype ( 1.3.6.1.4.1.9586.100.4.2.36
372         NAME 'sudoPassword'
373         DESC 'sudo password'
374         EQUALITY octetStringMatch
375         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
376
377 attributetype ( 1.3.6.1.4.1.9586.100.4.2.37
378         NAME 'subGroup'
379         DESC 'name of other group for which membership implied by memberschip to this group'
380         EQUALITY caseIgnoreIA5Match
381         SUBSTR caseIgnoreIA5SubstringsMatch
382         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
383
384 # more attributes below
385 attributetype ( 1.3.6.1.4.1.9586.100.4.2.39
386         NAME 'allowedGroups'
387         DESC 'Groups that have access to a host'
388         EQUALITY caseExactIA5Match
389         SUBSTR caseExactIA5SubstringsMatch
390         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
391
392 attributetype ( 1.3.6.1.4.1.9586.100.4.2.40
393         NAME 'exportOptions'
394         DESC 'export options for servers'
395         EQUALITY caseIgnoreIA5Match
396         SUBSTR caseIgnoreIA5SubstringsMatch
397         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
398
399 # Experimental attribute types
400
401 # There are existing schemas for doing DNS in LDAP; would one of
402 # these be better?  c.f. draft-miller-dns-ldap-schema-00 (expired)
403 attributetype ( 1.3.6.1.4.1.9586.100.4.4.2
404         NAME 'dnsZoneEntry'
405         DESC 'DNS zone record for user'
406         EQUALITY octetStringMatch
407         SUBSTR caseIgnoreSubstringsMatch
408         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
409
410 # rfc822mailbox (RFC1274) is recommended as a replacement for this in
411 # general.
412 attributetype ( 1.3.6.1.4.1.9586.100.4.4.3
413         NAME 'emailForward'
414         DESC 'forwarding address for email sent to this account'
415         EQUALITY caseIgnoreIA5Match
416         SUBSTR caseIgnoreIA5SubstringsMatch
417         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
418
419 # Network Associates also has a schema for PGP keys / key IDs which may
420 # or may not be applicable:
421 # http://www.openldap.org/lists/openldap-devel/200010/msg00071.html
422 attributetype ( 1.3.6.1.4.1.9586.100.4.4.4 
423         NAME 'keyFingerPrint'
424         EQUALITY caseIgnoreMatch  
425         SUBSTR caseIgnoreSubstringsMatch
426         SYNTAX  1.3.6.1.4.1.1466.115.121.1.15 )
427
428 # Rather Debian-specific, not useful to the public.
429 attributetype ( 1.3.6.1.4.1.9586.100.4.4.5 
430         NAME 'privateSub'
431         DESC 'email subscription address for debian-private mailing list'
432         EQUALITY caseIgnoreIA5Match
433         SUBSTR caseIgnoreIA5SubstringsMatch
434         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
435
436 # Echelon attributes; re-evaluate later
437 attributetype ( 1.3.6.1.4.1.9586.100.4.4.6
438         NAME 'accountComment'
439         DESC 'additional comments regarding the account status'
440         EQUALITY caseIgnoreIA5Match
441         SUBSTR caseIgnoreIA5SubstringsMatch
442         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
443
444 attributetype ( 1.3.6.1.4.1.9586.100.4.4.7
445         NAME 'accountStatus'
446         DESC 'Debian developer account status'
447         EQUALITY caseIgnoreIA5Match
448         SUBSTR caseIgnoreIA5SubstringsMatch
449         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
450
451 # mail attributes; not public information
452 attributetype ( 1.3.6.1.4.1.9586.100.4.4.8
453         NAME 'mailCallout'
454         DESC 'Whether or not to require a successful callout attempt on email delivery'
455         EQUALITY booleanMatch
456         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
457
458 attributetype ( 1.3.6.1.4.1.9586.100.4.4.9
459         NAME 'mailGreylisting'
460         DESC 'Whether or not to perform greylisting on email delivery'
461         EQUALITY booleanMatch
462         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
463
464 attributetype ( 1.3.6.1.4.1.9586.100.4.4.11
465         NAME 'mailRBL'
466         DESC 'RBL sites to check at SMTP accept time'
467         EQUALITY caseIgnoreIA5Match
468         SUBSTR caseIgnoreIA5SubstringsMatch
469         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
470
471 attributetype ( 1.3.6.1.4.1.9586.100.4.4.12
472         NAME 'mailRHSBL'
473         DESC 'RHSBL sites to check at SMTP accept time'
474         EQUALITY caseIgnoreIA5Match
475         SUBSTR caseIgnoreIA5SubstringsMatch
476         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
477
478 attributetype ( 1.3.6.1.4.1.9586.100.4.4.13
479         NAME 'mailWhitelist'
480         DESC 'sites to whitelist from additional SMTP accept time checks'
481         EQUALITY caseIgnoreIA5Match
482         SUBSTR caseIgnoreIA5SubstringsMatch
483         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
484
485 attributetype ( 1.3.6.1.4.1.9586.100.4.2.38
486         NAME 'mailContentInspectionAction'
487         DESC 'what to do on content inspection hits'
488         EQUALITY caseIgnoreIA5Match
489         SUBSTR caseIgnoreIA5SubstringsMatch
490         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
491
492 attributetype ( 1.3.6.1.4.1.9586.100.4.2.41
493         NAME ( 'sshdistAuthKeysHost' )
494         SUP ipHostNumber )
495
496
497 # Public object classes
498
499 objectclass ( 1.3.6.1.4.1.9586.100.4.1.1
500         NAME 'debianAccount'
501         DESC 'Abstraction of an account with POSIX attributes and UTF8 support'
502         SUP top AUXILIARY
503         MUST ( cn $ uid $ uidNumber $ gidNumber )
504         MAY ( userPassword $ loginShell $ gecos $ homeDirectory $ description $ mailDisableMessage $ sudoPassword ) )
505
506 objectclass ( 1.3.6.1.4.1.9586.100.4.1.2
507         NAME 'debianGroup'
508         SUP top STRUCTURAL
509         DESC 'attributes used for Debian groups'
510         MUST ( gid $ gidNumber )
511         MAY ( description $ subGroup $ accountStatus ) )
512
513 # Experimental objectclasses:
514
515 objectclass ( 1.3.6.1.4.1.9586.100.4.3.1
516         NAME 'debianDeveloper'
517         DESC 'additional account attributes used by Debian'
518         SUP top AUXILIARY
519         MUST ( uid $ cn $ sn )
520         MAY ( accountComment $ accountStatus $ activity-from $
521               activity-pgp $ allowedHost $ comment $ countryName $
522               dnsZoneEntry $ emailForward $ icqUin $ ircNick $
523               jabberJID $ keyFingerPrint $ latitude $ longitude $ mn $
524               onVacation $ privateSub $ sshRSAAuthKey $ supplementaryGid $
525               access $ gender $ birthDate $ mailCallout $ mailGreylisting $
526               mailRBL $ mailRHSBL $ mailWhitelist $ VoIP $ mailContentInspectionAction
527         ) )
528
529 objectclass ( 1.3.6.1.4.1.9586.100.4.3.2
530         NAME 'debianServer'
531         DESC 'Internet-connected server associated with Debian'
532         SUP top STRUCTURAL
533         MUST ( host $ hostname )
534         MAY ( c $ access $ admin $ architecture $ bandwidth $ description $ disk $
535               distribution $ l $ machine $ memory $ sponsor $
536               sponsor-admin $ status $ physicalHost $ ipHostNumber $
537               sshRSAHostKey $ purpose $ allowedGroups $ exportOptions $ MXRecord $
538               sshdistAuthKeysHost
539         ) )
540
541 objectclass ( 1.3.6.1.4.1.9586.100.4.3.3
542         NAME 'debianRoleAccount'
543         DESC 'Abstraction of an account with POSIX attributes and UTF8 support'
544         SUP account STRUCTURAL
545         MAY ( emailForward $ supplementaryGid $ allowedHost $ labeledURI $
546               mailCallout $ mailGreylisting $ mailRBL $ mailRHSBL $
547               mailWhitelist $ dnsZoneEntry $ mailContentInspectionAction
548         ) )