mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-11 01:12:54 -05:00
check rename with newly added superior while consumer is down (ITS#6472)
This commit is contained in:
parent
4480b22a91
commit
7e7e19f5b9
1 changed files with 12 additions and 0 deletions
|
|
@ -390,6 +390,18 @@ changetype: modify
|
|||
replace: description
|
||||
description: Example, Inc. itsdomain2 test domain
|
||||
|
||||
# rename with a newly added newSuperior while the consumer is down (ITS#6472)
|
||||
dn: ou=New Branch,dc=example,dc=com
|
||||
changetype: add
|
||||
objectClass: organizationalUnit
|
||||
ou: New Branch
|
||||
|
||||
dn: cn=Dorothy Stevens, ou=Alumni Association, ou=People, dc=example,dc=com
|
||||
changetype: modrdn
|
||||
newrdn: cn=Dorothy Stevens
|
||||
deleteoldrdn: 0
|
||||
newsuperior: ou=New Branch,dc=example,dc=com
|
||||
|
||||
EOMODS
|
||||
|
||||
RC=$?
|
||||
|
|
|
|||
Loading…
Reference in a new issue