mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 00:59:45 -05:00
Add authPassword and fix krbName
This commit is contained in:
parent
51fb094701
commit
c82f96f520
1 changed files with 6 additions and 1 deletions
|
|
@ -18,6 +18,11 @@
|
|||
#
|
||||
# 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
|
||||
|
|
@ -34,6 +39,6 @@ attributetype ( 1.3.6.1.4.1.4203.666.1.4 NAME 'children'
|
|||
attributetype ( 1.3.6.1.4.1.250.1.32
|
||||
NAME ( 'krbName' 'kerberosName' )
|
||||
DESC 'Kerberos Name'
|
||||
EQUALITY caseIgnoreIA5String
|
||||
EQUALITY caseIgnoreIA5Match
|
||||
SYNTAX 1.3.6.1.4.1.1466.115.121.1.26
|
||||
SINGLE-VALUE )
|
||||
|
|
|
|||
Loading…
Reference in a new issue