mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
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.
This commit is contained in:
parent
efce212af9
commit
b914aee946
2 changed files with 2 additions and 9 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Reference in a new issue