Skip to content
Snippets Groups Projects
Commit c82f96f5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add authPassword and fix krbName

parent 51fb0947
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment