mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
there's a bug in the test, because the 'multilinedescription' attribute is not defined anywhere; I trimmed it and added modrdn tests as well
This commit is contained in:
parent
6007789c14
commit
7f79cd0047
@ -111,9 +111,6 @@ drink: Orange Juice
|
|||||||
|
|
||||||
dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
|
dn: cn=Bjorn Jensen, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
|
||||||
changetype: modify
|
changetype: modify
|
||||||
replace: multilinedescription
|
|
||||||
multilinedescription: The replaced multiLineDescription $ Blah Woof.
|
|
||||||
-
|
|
||||||
replace: drink
|
replace: drink
|
||||||
drink: Iced Tea
|
drink: Iced Tea
|
||||||
drink: Mad Dog 20/20
|
drink: Mad Dog 20/20
|
||||||
@ -150,6 +147,25 @@ telephonenumber: +1 313 555 8343
|
|||||||
mail: gjensen@mailgw.umich.edu
|
mail: gjensen@mailgw.umich.edu
|
||||||
homephone: +1 313 555 8844
|
homephone: +1 313 555 8844
|
||||||
|
|
||||||
|
dn: ou=Retired, ou=People, o=University of Michigan, c=US
|
||||||
|
changetype: add
|
||||||
|
objectclass: top
|
||||||
|
objectclass: organizationalUnit
|
||||||
|
ou: Retired
|
||||||
|
|
||||||
|
dn: cn=Rosco P. Coltrane, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
|
||||||
|
changetype: add
|
||||||
|
objectclass: top
|
||||||
|
objectclass: person
|
||||||
|
cn: Rosco P. Coltrane
|
||||||
|
sn: Coltrane
|
||||||
|
|
||||||
|
dn: cn=Rosco P. Coltrane, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
|
||||||
|
changetype: modrdn
|
||||||
|
newrdn: cn=Rosco P. Coltrane
|
||||||
|
deleteoldrdn: 1
|
||||||
|
newsuperior: ou=Retired, ou=People, o=University of Michigan, c=US
|
||||||
|
|
||||||
dn: cn=James A Jones 2, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
|
dn: cn=James A Jones 2, ou=Information Technology Division, ou=People, o=University of Michigan, c=US
|
||||||
changetype: delete
|
changetype: delete
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user