mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
fix ordering of items on objectClass definition (ITS#5174)
This commit is contained in:
parent
ade1fcff20
commit
6706ed5d06
2 changed files with 4 additions and 2 deletions
|
|
@ -84,4 +84,5 @@ olcObjectClasses: ( OpenLDAPobjectClass:5
|
|||
olcObjectClasses: ( OpenLDAPobjectClass:6
|
||||
NAME 'OpenLDAPdisplayableObject'
|
||||
DESC 'OpenLDAP Displayable Object'
|
||||
MAY displayName AUXILIARY )
|
||||
AUXILIARY
|
||||
MAY displayName )
|
||||
|
|
|
|||
|
|
@ -50,4 +50,5 @@ objectClass ( OpenLDAPobjectClass:5
|
|||
objectClass ( OpenLDAPobjectClass:6
|
||||
NAME 'OpenLDAPdisplayableObject'
|
||||
DESC 'OpenLDAP Displayable Object'
|
||||
MAY displayName AUXILIARY )
|
||||
AUXILIARY
|
||||
MAY displayName )
|
||||
|
|
|
|||
Loading…
Reference in a new issue