]> git.sur5r.net Git - openldap/commitdiff
Add krbName
authorKurt Zeilenga <kurt@openldap.org>
Sun, 21 May 2000 01:09:41 +0000 (01:09 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 21 May 2000 01:09:41 +0000 (01:09 +0000)
servers/slapd/schema/openldap.schema

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