From c82f96f520f4c4e12548c0d52cf9ad9fc1c093f7 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 23 May 2000 01:20:33 +0000 Subject: [PATCH] Add authPassword and fix krbName --- servers/slapd/schema/openldap.schema | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/servers/slapd/schema/openldap.schema b/servers/slapd/schema/openldap.schema index f58f7fa2d8..0f67dd6ba1 100644 --- a/servers/slapd/schema/openldap.schema +++ b/servers/slapd/schema/openldap.schema @@ -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 ) -- 2.39.5