Skip to content
Snippets Groups Projects
Commit 5616daf9 authored by Howard Chu's avatar Howard Chu
Browse files

ITS#2919 add a user modifiable generalizedTime attribute

(please assign an OID for this attribute)
parent 4e2dccf1
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment