From 2b643c7d0b42bf61035c310aa4840260c72c6c53 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 10 Oct 2000 01:07:39 +0000 Subject: [PATCH] Don't allow authPassword (yet) --- servers/slapd/schema/openldap.schema | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/slapd/schema/openldap.schema b/servers/slapd/schema/openldap.schema index 464e04eab5..ead55a7c5a 100644 --- a/servers/slapd/schema/openldap.schema +++ b/servers/slapd/schema/openldap.schema @@ -12,18 +12,18 @@ objectClass ( 1.3.6.1.4.1.4203.1.4.3 NAME 'OpenLDAPorg' DESC 'OpenLDAP Organizational Object' SUP organization - MAY ( authPassword $ buildingName $ displayName $ labeledURI ) ) + MAY ( buildingName $ displayName $ labeledURI ) ) objectClass ( 1.3.6.1.4.1.4203.1.4.4 NAME 'OpenLDAPou' DESC 'OpenLDAP Organizational Unit Object' SUP organizationalUnit - MAY ( authPassword $ buildingName $ displayName $ labeledURI $ o ) ) + MAY ( buildingName $ displayName $ labeledURI $ o ) ) objectClass ( 1.3.6.1.4.1.4203.1.4.5 NAME 'OpenLDAPperson' DESC 'OpenLDAP Person' SUP ( pilotPerson $ inetOrgPerson ) MUST ( uid $ cn ) - MAY ( authPassword $ givenName $ labeledURI $ o ) ) + MAY ( givenName $ labeledURI $ o ) ) objectClass ( 1.3.6.1.4.1.4203.1.4.6 NAME 'OpenLDAPdisplayableObject' DESC 'OpenLDAP Displayable Object' -- 2.39.5