Code

Fixed schema comment
[gosa.git] / contrib / openldap / trust.schema
1 # this file goes into /etc/openldap/schema or into your schema directory for your LDAP v3 server
2 # make sure you have it, otherwise, Directory administrator will complain when changing user accounts
3 # unless you don't do schema checking
5 attributetype ( 5.3.6.1.1.1.1.0 NAME 'trustModel'
6         DESC 'Access scheme'
7         EQUALITY caseIgnoreIA5Match
8         SUBSTR caseIgnoreIA5SubstringsMatch
9         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 SINGLE-VALUE )
11 attributetype ( 5.3.6.1.1.1.1.1 NAME 'accessTo'
12         DESC 'Access to which servers user is allowed'
13         EQUALITY caseIgnoreIA5Match
14         SUBSTR caseIgnoreIA5SubstringsMatch
15         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26 )
17 objectclass ( 5.3.6.1.1.1.2.0 NAME 'trustAccount' SUP top AUXILIARY
18         DESC 'Sets trust accounts information'
19         MUST ( trustModel )
20         MAY ( accessTo ) )