]> git.sur5r.net Git - openldap/blob - servers/slapd/schema/openldap.schema
64f8c8af4578a5e9e4eb95520e93f7502fa69767
[openldap] / servers / slapd / schema / openldap.schema
1 # $OpenLDAP$
2 #
3 # This file contains schema items specific to OpenLDAP software.
4 #
5
6 #
7 # This file *should* only depend upon core.schema
8 #
9
10
11 # slapd cn=monitor items
12 #
13
14
15 # slapd cn=config items
16 #
17
18 #
19 # other slapd items
20 #
21 attributetype ( 1.3.6.1.4.1.4203.666.1.1 NAME 'authPassword'
22         DESC 'OpenLDAP authPassword attribute'
23         SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
24         SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
25
26 attributetype ( 1.3.6.1.4.1.4203.666.1.3 NAME 'entry'
27         DESC 'OpenLDAP ACL entry psuedo attribute'
28         SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
29         SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
30
31 attributetype ( 1.3.6.1.4.1.4203.666.1.4 NAME 'children'
32         DESC 'OpenLDAP ACL children psuedo attribute'
33         SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
34         SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
35
36 attributetype ( 1.3.6.1.4.1.4203.666.1.5 NAME 'OpenLDAPaci'
37         DESC 'OpenLDAP access control information'
38         EQUALITY OpenLDAPaciMatch
39         SYNTAX 1.3.6.1.4.1.4203.666.2.1
40         USAGE directoryOperation )
41
42 #
43 # From U-Mich
44 #
45 attributetype ( 1.3.6.1.4.1.250.1.32
46         NAME ( 'krbName' 'kerberosName' )
47         DESC 'Kerberos Name'
48         EQUALITY caseIgnoreIA5Match
49         SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
50         SINGLE-VALUE )