]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/schema/openldap.schema
ITS#4458 re-encode passwd request
[openldap] / servers / slapd / schema / openldap.schema
index bbffc7742f81e9ffa4b1cb16e90297591d5f96db..2679d805687704f9413d796b983ea14cd3c11abd 100644 (file)
@@ -1,7 +1,7 @@
 # $OpenLDAP$
 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
 ##
-## Copyright 1998-2005 The OpenLDAP Foundation.
+## Copyright 1998-2006 The OpenLDAP Foundation.
 ## All rights reserved.
 ##
 ## Redistribution and use in source and binary forms, with or without
@@ -28,13 +28,6 @@ objectIdentifier OpenLDAP OpenLDAProot:1
 objectIdentifier OpenLDAPattributeType OpenLDAP:3
 objectIdentifier OpenLDAPobjectClass OpenLDAP:4
 
-attributeType ( OpenLDAPattributeType:6
-       NAME 'OpenLDAPtime'
-       EQUALITY generalizedTimeMatch
-       ORDERING generalizedTimeOrderingMatch
-       SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
-       SINGLE-VALUE )
-
 objectClass ( OpenLDAPobjectClass:3
        NAME 'OpenLDAPorg'
        DESC 'OpenLDAP Organizational Object'
@@ -52,7 +45,7 @@ objectClass ( OpenLDAPobjectClass:5
        DESC 'OpenLDAP Person'
        SUP ( pilotPerson $ inetOrgPerson )
        MUST ( uid $ cn )
-       MAY ( givenName $ labeledURI $ o $ OpenLDAPtime ) )
+       MAY ( givenName $ labeledURI $ o ) )
 
 objectClass ( OpenLDAPobjectClass:6
        NAME 'OpenLDAPdisplayableObject'