]> git.sur5r.net Git - openldap/commitdiff
Add authPassword and fix krbName
authorKurt Zeilenga <kurt@openldap.org>
Tue, 23 May 2000 01:20:33 +0000 (01:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 23 May 2000 01:20:33 +0000 (01:20 +0000)
servers/slapd/schema/openldap.schema

index f58f7fa2d8ef44b0c5585611ca3a22014e15becd..0f67dd6ba1e4f4442bc6778b2967c99cf5870ad5 100644 (file)
 #
 # 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 )