mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#5883 ordering fix
This commit is contained in:
parent
9c34d6c8c7
commit
577619c36e
1 changed files with 5 additions and 5 deletions
|
|
@ -234,16 +234,16 @@ newsuperior: ou=Retired, ou=People, dc=example,dc=com
|
|||
dn: cn=James A Jones 2, ou=Information Technology Division, ou=People, dc=example,dc=com
|
||||
changetype: delete
|
||||
|
||||
dn: dc=testdomain1,dc=example,dc=com
|
||||
changetype: modify
|
||||
replace: description
|
||||
description: Example, Inc. ITS test domain
|
||||
|
||||
dn: dc=testdomain1,dc=example,dc=com
|
||||
changetype: modrdn
|
||||
newrdn: dc=itsdomain1
|
||||
deleteoldrdn: 1
|
||||
|
||||
dn: dc=itsdomain1,dc=example,dc=com
|
||||
changetype: modify
|
||||
replace: description
|
||||
description: Example, Inc. ITS test domain
|
||||
|
||||
dn: dc=testdomain2,dc=example,dc=com
|
||||
changetype: modrdn
|
||||
newrdn: dc=itsdomain2
|
||||
|
|
|
|||
Loading…
Reference in a new issue