Skip to content
Snippets Groups Projects
Commit b914aee9 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Replace OpenLDAPtime with testTime (in test.schema).

Don't muck with OpenLDAPperson or openldap.schema.
Replace OpenLDAPtime with testTime (in test.schema).
Define testPerson instead (in test.schema).
Update test004 to use new test schema.
parent efce212a
No related branches found
No related tags found
No related merge requests found
......@@ -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'
......
......@@ -44,6 +44,6 @@ attributetype ( 1.3.6.1.4.1.4203.666.1.37
syntax 1.3.6.1.4.1.1466.115.121.1.24
single-value )
objectClass ( 1.3.6.1.4.1.4203.666.1.37
objectClass ( 1.3.6.1.4.1.4203.666.1.38
name 'testPerson' sup OpenLDAPperson
may testTime )
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