]> git.sur5r.net Git - openldap/commitdiff
ITS#2919 add a user modifiable generalizedTime attribute
authorHoward Chu <hyc@openldap.org>
Fri, 4 Mar 2005 09:16:37 +0000 (09:16 +0000)
committerHoward Chu <hyc@openldap.org>
Fri, 4 Mar 2005 09:16:37 +0000 (09:16 +0000)
(please assign an OID for this attribute)

servers/slapd/schema/openldap.schema

index c82e60a6ee8ea7215d71d2ffc95e6750f3d039dd..d7c358eb0c1e2a275668343f46df6d08e2a18bc0 100644 (file)
@@ -28,11 +28,18 @@ 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'
        SUP organization
-       MAY ( buildingName $ displayName $ labeledURI ) )
+       MAY ( buildingName $ displayName $ labeledURI $ OpenLDAPtime ) )
 
 objectClass ( OpenLDAPobjectClass:4
        NAME 'OpenLDAPou'