add IP address as one of the allowed host attributes
[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 #
110 # .3 - experimental LDAP objectClasses
111 #   .1 - debianDeveloper
112 #   .2 - debianServer
113 #   .3 - debianRoleAccount
114
115 # .4 - experimental LDAP attributeTypes
116 #   .1 - allowedHosts - OBSOLETED
117 #   .2 - dnsZoneEntry
118 #   .3 - emailForward
119 #   .4 - keyFingerPrint
120 #   .5 - privateSub
121 #   .6 - accountComment
122 #   .7 - accountStatus
123 #   .8 - perform callouts
124 #   .9 - perform greylisting
125 #   .11 - DNS RBL
126 #   .12 - RHS RBL
127 #   .13 - whitelist
128
129 # Public attribute types
130 attributetype ( 1.3.6.1.4.1.9586.100.4.2.1 
131         NAME 'sshRSAAuthKey'
132         DESC 'textual form of an SSH public key compatible with authorized_keys'
133         EQUALITY caseIgnoreMatch
134         SUBSTR caseIgnoreSubstringsMatch
135         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
136
137 attributetype ( 1.3.6.1.4.1.9586.100.4.2.2
138         NAME 'activity-from'
139         DESC 'last known activity from user email address'
140         EQUALITY caseExactMatch
141         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
142
143 attributetype ( 1.3.6.1.4.1.9586.100.4.2.3
144         NAME 'activity-pgp'
145         DESC 'last known activity from user PGP key'
146         EQUALITY caseExactIA5Match
147         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
148
149 attributetype ( 1.3.6.1.4.1.9586.100.4.2.4
150         NAME 'comment'
151         DESC 'user-editable comment'
152         EQUALITY caseExactIA5Match
153         SUBSTR caseIgnoreIA5SubstringsMatch
154         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
155
156 attributetype ( 1.3.6.1.4.1.9586.100.4.2.5
157         NAME 'icqUin'
158         DESC 'UIN for ICQ instant messaging system'
159         EQUALITY integerMatch
160         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )
161
162 attributetype ( 1.3.6.1.4.1.9586.100.4.2.6
163         NAME 'ircNick'
164         DESC 'Internet Relay Chat nickname'
165         EQUALITY caseIgnoreIA5Match
166         SUBSTR caseIgnoreIA5SubstringsMatch
167         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
168
169 attributetype ( 1.3.6.1.4.1.9586.100.4.2.7
170         NAME 'latitude'
171         DESC 'latitude coordinate'
172         EQUALITY caseExactIA5Match
173         SUBSTR caseExactIA5SubstringsMatch
174         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
175
176 attributetype ( 1.3.6.1.4.1.9586.100.4.2.8
177         NAME 'longitude'
178         DESC 'longitude coordinate'
179         EQUALITY caseExactIA5Match
180         SUBSTR caseExactIA5SubstringsMatch
181         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
182
183 attributetype ( 1.3.6.1.4.1.9586.100.4.2.9
184         NAME ( 'mn' 'middlename' )
185         SUP name )
186
187 attributetype ( 1.3.6.1.4.1.9586.100.4.2.10
188         NAME 'onVacation'
189         DESC 'vacation message'   
190         EQUALITY caseIgnoreMatch
191         SUBSTR caseIgnoreSubstringsMatch
192         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
193
194 attributetype ( 1.3.6.1.4.1.9586.100.4.2.11
195         NAME 'supplementaryGid'
196         DESC 'additional Unix group id of user'
197         EQUALITY caseIgnoreMatch
198         SUBSTR caseIgnoreSubstringsMatch
199         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} )
200
201 attributetype ( 1.3.6.1.4.1.9586.100.4.2.12
202         NAME 'allowedHost'
203         DESC 'host name this account is allowed access to'
204         EQUALITY caseIgnoreIA5Match
205         SUBSTR caseIgnoreIA5SubstringsMatch
206         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
207
208 attributetype ( 1.3.6.1.4.1.9586.100.4.2.13
209         NAME 'jabberJID'
210         DESC 'JID for Jabber instant messaging protocol'
211         EQUALITY caseIgnoreIA5Match
212         SUBSTR caseIgnoreIA5SubstringsMatch
213         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
214
215 attributetype ( 1.3.6.1.4.1.9586.100.4.2.14
216         NAME 'access'
217         DESC 'nature of access allowed to server'
218         EQUALITY caseIgnoreMatch
219         SUBSTR caseIgnoreSubstringsMatch
220         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
221
222 attributetype ( 1.3.6.1.4.1.9586.100.4.2.15
223         NAME 'admin'
224         DESC 'email address of server administrator'
225         EQUALITY caseIgnoreIA5Match
226         SUBSTR caseIgnoreIA5SubstringsMatch
227         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
228
229 attributetype ( 1.3.6.1.4.1.9586.100.4.2.16
230         NAME 'architecture'
231         DESC 'hardware architecture of server'
232         EQUALITY caseIgnoreIA5Match
233         SUBSTR caseIgnoreIA5SubstringsMatch
234         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
235
236 attributetype ( 1.3.6.1.4.1.9586.100.4.2.17
237         NAME 'bandwidth'
238         DESC 'type of network connection for server'
239         EQUALITY caseIgnoreMatch
240         SUBSTR caseIgnoreSubstringsMatch
241         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{128} )
242
243 attributetype ( 1.3.6.1.4.1.9586.100.4.2.18
244         NAME 'disk'
245         DESC 'amount of disk space available to server'
246         EQUALITY caseIgnoreMatch
247         SUBSTR caseIgnoreSubstringsMatch
248         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{64} )
249
250 attributetype ( 1.3.6.1.4.1.9586.100.4.2.19
251         NAME 'distribution'
252         DESC 'host OS distribution'
253         EQUALITY caseIgnoreIA5Match
254         SUBSTR caseIgnoreIA5SubstringsMatch
255         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
256
257 #attributetype ( 1.3.6.1.4.1.9586.100.4.2.20
258 #       NAME 'host'
259 #       DESC '(short) host name of server'
260 #       EQUALITY caseIgnoreIA5Match
261 #       SUBSTR caseIgnoreIA5SubstringsMatch
262 #       SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{128} SINGLE-VALUE )
263
264 attributetype ( 1.3.6.1.4.1.9586.100.4.2.21
265         NAME 'hostname'
266         DESC 'FQDN of the server'
267         EQUALITY caseIgnoreIA5Match
268         SUBSTR caseIgnoreIA5SubstringsMatch
269         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
270
271 attributetype ( 1.3.6.1.4.1.9586.100.4.2.22
272         NAME 'machine'
273         DESC 'description of physical hardware'
274         EQUALITY caseIgnoreMatch
275         SUBSTR caseIgnoreSubstringsMatch
276         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{256} SINGLE-VALUE )
277
278 attributetype ( 1.3.6.1.4.1.9586.100.4.2.23
279         NAME 'memory'
280         DESC 'amount of RAM available to server'
281         EQUALITY caseIgnoreMatch
282         SUBSTR caseIgnoreSubstringsMatch
283         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{64} )
284
285 attributetype ( 1.3.6.1.4.1.9586.100.4.2.24
286         NAME 'sponsor'
287         DESC 'name of the sponsor of this server'
288         EQUALITY caseIgnoreMatch
289         SUBSTR caseIgnoreSubstringsMatch
290         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
291
292 attributetype ( 1.3.6.1.4.1.9586.100.4.2.25
293         NAME 'sponsor-admin'
294         DESC 'email address of sponsoring server administrator'
295         EQUALITY caseIgnoreIA5Match
296         SUBSTR caseIgnoreIA5SubstringsMatch
297         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
298
299 attributetype ( 1.3.6.1.4.1.9586.100.4.2.26
300         NAME 'sshRSAHostKey'
301         DESC 'textual form of an SSH public host key compatible with known_hosts'
302         EQUALITY caseIgnoreMatch
303         SUBSTR caseIgnoreSubstringsMatch
304         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
305
306 attributetype ( 1.3.6.1.4.1.9586.100.4.2.27
307         NAME 'status'
308         DESC 'administrative status of server'
309         EQUALITY caseIgnoreMatch
310         SUBSTR caseIgnoreSubstringsMatch
311         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
312
313 attributetype ( 1.3.6.1.4.1.9586.100.4.2.28
314         NAME 'gecos'
315         DESC 'The GECOS field; the common name'
316         EQUALITY caseIgnoreMatch
317         SUBSTR caseIgnoreSubstringsMatch
318         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 SINGLE-VALUE )
319
320 attributetype ( 1.3.6.1.4.1.9586.100.4.2.29
321         NAME 'gid'
322         DESC 'Group Name'
323         EQUALITY caseExactIA5Match
324         SUBSTR caseExactIA5SubstringsMatch
325         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
326
327 attributetype ( 1.3.6.1.4.1.9586.100.4.2.30
328         NAME 'gender'
329         DESC 'ISO 5218 representation of human gender'
330         EQUALITY integerMatch
331         SINGLE-VALUE
332         SYNTAX 1.3.6.1.4.1.1466.115.121.1.27{1} )
333
334 attributetype ( 1.3.6.1.4.1.9586.100.4.2.31
335         NAME 'birthDate'
336         DESC 'Date of birth in YYYYMMDD format'
337         EQUALITY numericStringMatch
338         SINGLE-VALUE
339         SYNTAX 1.3.6.1.4.1.1466.115.121.1.36{8} )
340
341 attributetype ( 1.3.6.1.4.1.9586.100.4.2.32
342         NAME 'mailDisableMessage'
343         DESC 'Message returned when all mail is disabled'
344         EQUALITY caseIgnoreIA5Match
345         SUBSTR caseIgnoreIA5SubstringsMatch
346         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
347
348 attributetype ( 1.3.6.1.4.1.9586.100.4.2.33
349         NAME 'purpose'
350         DESC 'purposes of this server'
351         EQUALITY caseIgnoreMatch
352         SUBSTR caseIgnoreSubstringsMatch
353         SYNTAX 1.3.6.1.4.1.1466.115.121.1.15 )
354
355 attributetype ( 1.3.6.1.4.1.9586.100.4.2.34
356         NAME 'physicalHost'
357         DESC 'FQDN of the physical host of this virtual server'
358         EQUALITY caseIgnoreIA5Match
359         SUBSTR caseIgnoreIA5SubstringsMatch
360         SINGLE-VALUE
361         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
362
363 attributetype ( 1.3.6.1.4.1.9586.100.4.2.35
364         NAME 'VoIP'
365         DESC 'VoIP URL to communicate with that person'
366         EQUALITY caseIgnoreIA5Match
367         SUBSTR caseIgnoreIA5SubstringsMatch
368         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
369
370 attributetype ( 1.3.6.1.4.1.9586.100.4.2.36
371         NAME 'sudoPassword'
372         DESC 'sudo password'
373         EQUALITY octetStringMatch
374         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
375
376 attributetype ( 1.3.6.1.4.1.9586.100.4.2.37
377         NAME 'subGroup'
378         DESC 'name of other group for which membership implied by memberschip to this group'
379         EQUALITY caseIgnoreIA5Match
380         SUBSTR caseIgnoreIA5SubstringsMatch
381         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
382
383 # more attributes below
384 attributetype ( 1.3.6.1.4.1.9586.100.4.2.39
385         NAME 'allowedGroups'
386         DESC 'Groups that have access to a host'
387         EQUALITY caseExactIA5Match
388         SUBSTR caseExactIA5SubstringsMatch
389         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
390
391 attributetype ( 1.3.6.1.4.1.9586.100.4.2.40
392         NAME 'exportOptions'
393         DESC 'export options for servers'
394         EQUALITY caseIgnoreIA5Match
395         SUBSTR caseIgnoreIA5SubstringsMatch
396         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
397
398 # Public object classes
399
400 objectclass ( 1.3.6.1.4.1.9586.100.4.1.1
401         NAME 'debianAccount'
402         DESC 'Abstraction of an account with POSIX attributes and UTF8 support'
403         SUP top AUXILIARY
404         MUST ( cn $ uid $ uidNumber $ gidNumber )
405         MAY ( userPassword $ loginShell $ gecos $ homeDirectory $ description $ mailDisableMessage $ sudoPassword ) )
406
407 objectclass ( 1.3.6.1.4.1.9586.100.4.1.2
408         NAME 'debianGroup'
409         SUP top STRUCTURAL
410         DESC 'attributes used for Debian groups'
411         MUST ( gid $ gidNumber )
412         MAY ( description $ subGroup ) )
413
414 # Experimental attribute types
415
416 # There are existing schemas for doing DNS in LDAP; would one of
417 # these be better?  c.f. draft-miller-dns-ldap-schema-00 (expired)
418 attributetype ( 1.3.6.1.4.1.9586.100.4.4.2
419         NAME 'dnsZoneEntry'
420         DESC 'DNS zone record for user'
421         EQUALITY octetStringMatch
422         SUBSTR caseIgnoreSubstringsMatch
423         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40 )
424
425 # rfc822mailbox (RFC1274) is recommended as a replacement for this in
426 # general.
427 attributetype ( 1.3.6.1.4.1.9586.100.4.4.3
428         NAME 'emailForward'
429         DESC 'forwarding address for email sent to this account'
430         EQUALITY caseIgnoreIA5Match
431         SUBSTR caseIgnoreIA5SubstringsMatch
432         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
433
434 # Network Associates also has a schema for PGP keys / key IDs which may
435 # or may not be applicable:
436 # http://www.openldap.org/lists/openldap-devel/200010/msg00071.html
437 attributetype ( 1.3.6.1.4.1.9586.100.4.4.4 
438         NAME 'keyFingerPrint'
439         EQUALITY caseIgnoreMatch  
440         SUBSTR caseIgnoreSubstringsMatch
441         SYNTAX  1.3.6.1.4.1.1466.115.121.1.15 )
442
443 # Rather Debian-specific, not useful to the public.
444 attributetype ( 1.3.6.1.4.1.9586.100.4.4.5 
445         NAME 'privateSub'
446         DESC 'email subscription address for debian-private mailing list'
447         EQUALITY caseIgnoreIA5Match
448         SUBSTR caseIgnoreIA5SubstringsMatch
449         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE)
450
451 # Echelon attributes; re-evaluate later
452 attributetype ( 1.3.6.1.4.1.9586.100.4.4.6
453         NAME 'accountComment'
454         DESC 'additional comments regarding the account status'
455         EQUALITY caseIgnoreIA5Match
456         SUBSTR caseIgnoreIA5SubstringsMatch
457         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
458
459 attributetype ( 1.3.6.1.4.1.9586.100.4.4.7
460         NAME 'accountStatus'
461         DESC 'Debian developer account status'
462         EQUALITY caseIgnoreIA5Match
463         SUBSTR caseIgnoreIA5SubstringsMatch
464         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
465
466 # mail attributes; not public information
467 attributetype ( 1.3.6.1.4.1.9586.100.4.4.8
468         NAME 'mailCallout'
469         DESC 'Whether or not to require a successful callout attempt on email delivery'
470         EQUALITY booleanMatch
471         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
472
473 attributetype ( 1.3.6.1.4.1.9586.100.4.4.9
474         NAME 'mailGreylisting'
475         DESC 'Whether or not to perform greylisting on email delivery'
476         EQUALITY booleanMatch
477         SYNTAX 1.3.6.1.4.1.1466.115.121.1.7 SINGLE-VALUE )
478
479 attributetype ( 1.3.6.1.4.1.9586.100.4.4.11
480         NAME 'mailRBL'
481         DESC 'RBL sites to check at SMTP accept time'
482         EQUALITY caseIgnoreIA5Match
483         SUBSTR caseIgnoreIA5SubstringsMatch
484         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
485
486 attributetype ( 1.3.6.1.4.1.9586.100.4.4.12
487         NAME 'mailRHSBL'
488         DESC 'RHSBL sites to check at SMTP accept time'
489         EQUALITY caseIgnoreIA5Match
490         SUBSTR caseIgnoreIA5SubstringsMatch
491         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
492
493 attributetype ( 1.3.6.1.4.1.9586.100.4.4.13
494         NAME 'mailWhitelist'
495         DESC 'sites to whitelist from additional SMTP accept time checks'
496         EQUALITY caseIgnoreIA5Match
497         SUBSTR caseIgnoreIA5SubstringsMatch
498         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} )
499
500 attributetype ( 1.3.6.1.4.1.9586.100.4.2.38
501         NAME 'mailContentInspectionAction'
502         DESC 'what to do on content inspection hits'
503         EQUALITY caseIgnoreIA5Match
504         SUBSTR caseIgnoreIA5SubstringsMatch
505         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26{256} SINGLE-VALUE )
506
507
508 # Experimental objectclasses:
509
510 objectclass ( 1.3.6.1.4.1.9586.100.4.3.1
511         NAME 'debianDeveloper'
512         DESC 'additional account attributes used by Debian'
513         SUP top AUXILIARY
514         MUST ( uid $ cn $ sn )
515         MAY ( accountComment $ accountStatus $ activity-from $
516               activity-pgp $ allowedHost $ comment $ countryName $
517               dnsZoneEntry $ emailForward $ icqUin $ ircNick $
518               jabberJID $ keyFingerPrint $ latitude $ longitude $ mn $
519               onVacation $ privateSub $ sshRSAAuthKey $ supplementaryGid $
520               access $ gender $ birthDate $ mailCallout $ mailGreylisting $
521               mailRBL $ mailRHSBL $ mailWhitelist $ VoIP $ mailContentInspectionAction
522         ) )
523
524 objectclass ( 1.3.6.1.4.1.9586.100.4.3.2
525         NAME 'debianServer'
526         DESC 'Internet-connected server associated with Debian'
527         SUP top STRUCTURAL
528         MUST ( host $ hostname )
529         MAY ( c $ access $ admin $ architecture $ bandwidth $ description $ disk $
530               distribution $ l $ machine $ memory $ sponsor $
531               sponsor-admin $ status $ physicalHost $ ipHostNumber $
532               sshRSAHostKey $ purpose $ allowedGroups $ exportOptions
533         ) )
534
535 objectclass ( 1.3.6.1.4.1.9586.100.4.3.3
536         NAME 'debianRoleAccount'
537         DESC 'Abstraction of an account with POSIX attributes and UTF8 support'
538         SUP account STRUCTURAL
539         MAY ( emailForward $ supplementaryGid $ allowedHost $ labeledURI $
540               mailCallout $ mailGreylisting $ mailRBL $ mailRHSBL $
541               mailWhitelist $ dnsZoneEntry $ mailContentInspectionAction
542         ) )