openldap/servers/slapd/schema/openldap.schema
Kurt Zeilenga eb70b602ee Rework ACI codes to use OpenLDAPaci. Add needed schema elements.
Needs work.  Volunteers welcomed.
2000-05-30 21:34:55 +00:00

51 lines
1.2 KiB
Plaintext

# $OpenLDAP$
#
# This file contains schema items specific to OpenLDAP software.
#
#
# This file *should* only depend upon core.schema
#
#
# slapd cn=monitor items
#
#
# slapd cn=config items
#
#
# other slapd items
#
attributetype ( 1.3.6.1.4.1.4203.666.1.1 NAME 'authPassword'
DESC 'OpenLDAP authPassword attribute'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.40
SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
attributetype ( 1.3.6.1.4.1.4203.666.1.3 NAME 'entry'
DESC 'OpenLDAP ACL entry psuedo attribute'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
attributetype ( 1.3.6.1.4.1.4203.666.1.4 NAME 'children'
DESC 'OpenLDAP ACL children psuedo attribute'
SYNTAX 1.3.6.1.4.1.1466.115.121.1.5
SINGLE-VALUE NO-USER-MODIFICATION USAGE dSAOperation )
attributetype ( 1.3.6.1.4.1.4203.666.1.5 NAME 'OpenLDAPaci'
DESC 'OpenLDAP access control information'
EQUALITY OpenLDAPaciMatch
SYNTAX 1.3.6.1.4.1.4203.666.2.1
USAGE directoryOperation )
#
# From U-Mich
#
attributetype ( 1.3.6.1.4.1.250.1.32
NAME ( 'krbName' 'kerberosName' )
DESC 'Kerberos Name'
EQUALITY caseIgnoreIA5Match
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
SINGLE-VALUE )