From bec9e6aa8a37d0f02a627e7e6e62591c6185a63a Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 20 Jun 2000 03:15:48 +0000 Subject: [PATCH] Update OpenLDAP experimental schema --- servers/slapd/schema/openldap.schema | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/servers/slapd/schema/openldap.schema b/servers/slapd/schema/openldap.schema index 978e8fe779..3d52b7db07 100644 --- a/servers/slapd/schema/openldap.schema +++ b/servers/slapd/schema/openldap.schema @@ -10,16 +10,21 @@ objectClass ( 1.3.6.1.4.1.4203.666.3.3 NAME 'OpenLDAPorg' DESC 'OpenLDAP Organizational Object' - SUP pilotOrganization - MAY ( authPassword $ displayName $ labeledURI ) ) + SUP organization + MAY ( authPassword $ buildingName $ displayName $ labeledURI ) ) -objectClass ( 1.3.6.1.4.1.4203.666.3.4 NAME 'OpenLDAPperson' +objectClass ( 1.3.6.1.4.1.4203.666.3.4 NAME 'OpenLDAPou' + DESC 'OpenLDAP Organizational Unit Object' + SUP organizationalUnit + MAY ( authPassword $ buildingName $ displayName $ labeledURI $ o ) ) + +objectClass ( 1.3.6.1.4.1.4203.666.3.5 NAME 'OpenLDAPperson' DESC 'OpenLDAP Person' SUP ( pilotPerson $ inetOrgPerson ) MUST ( uid $ cn ) - MAY ( authPassword $ givenName $ labeledURI $ o $ ou ) ) + MAY ( authPassword $ givenName $ labeledURI $ o ) ) -objectClass ( 1.3.6.1.4.1.4203.666.3.5 NAME 'OpenLDAPdisplayableObject' +objectClass ( 1.3.6.1.4.1.4203.666.3.6 NAME 'OpenLDAPdisplayableObject' DESC 'OpenLDAP Displayable Object' MAY displayName AUXILIARY ) -- 2.39.5