mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Add krbName
This commit is contained in:
parent
6679429472
commit
0e0bc2bdd4
@ -19,9 +19,21 @@
|
||||
# other slapd items
|
||||
#
|
||||
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 )
|
||||
|
||||
#
|
||||
# From U-Mich
|
||||
#
|
||||
attributetype ( 1.3.6.1.4.1.250.1.32
|
||||
NAME ( 'krbName' 'kerberosName' )
|
||||
DESC 'Kerberos Name'
|
||||
EQUALITY caseIgnoreIA5String
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
||||
SINGLE-VALUE )
|
||||
|
Loading…
Reference in New Issue
Block a user