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