]> git.sur5r.net Git - openldap/commitdiff
Import latest OpenLDAP schema
authorKurt Zeilenga <kurt@openldap.org>
Wed, 11 Oct 2000 04:36:50 +0000 (04:36 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 11 Oct 2000 04:36:50 +0000 (04:36 +0000)
servers/slapd/schema/openldap.schema

index 464e04eab532523f18969084f623d4a6e617c9aa..ead55a7c5a52c210931b98b8d195b8deea009fb6 100644 (file)
 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'