From 7731832751ab9f3c6ddeb66f186d3d7fa1934a6d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 13:11:40 +0200 Subject: Adding upstream version 2.4.57+dfsg. Signed-off-by: Daniel Baumann --- tests/data/subtree-rename.out | 97 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 tests/data/subtree-rename.out (limited to 'tests/data/subtree-rename.out') diff --git a/tests/data/subtree-rename.out b/tests/data/subtree-rename.out new file mode 100644 index 0000000..e5f753a --- /dev/null +++ b/tests/data/subtree-rename.out @@ -0,0 +1,97 @@ +# Searching all database (after add)... +dn: ou=Another parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Another parent + +dn: ou=Child,ou=Parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Child + +dn: dc=example,dc=com +objectClass: organization +objectClass: dcObject +o: Example, Inc. +dc: example + +dn: ou=Grandchild,ou=Child,ou=Parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Grandchild + +dn: ou=Parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Parent + +# Searching all database (after PASS1)... +dn: ou=Another parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Another parent + +dn: dc=example,dc=com +objectClass: organization +objectClass: dcObject +o: Example, Inc. +dc: example + +dn: ou=Grandchild,ou=Renamed child,ou=Parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Grandchild + +dn: ou=Parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Parent + +dn: ou=Renamed child,ou=Parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Child +ou: Renamed child + +# Searching all database (after PASS2)... +dn: ou=Another parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Another parent + +dn: dc=example,dc=com +objectClass: organization +objectClass: dcObject +o: Example, Inc. +dc: example + +dn: ou=Grandchild,ou=Renamed child,ou=Renamed parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Grandchild + +dn: ou=Renamed child,ou=Renamed parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Child +ou: Renamed child + +dn: ou=Renamed parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Parent +ou: Renamed parent + +# Searching all database (after PASS3)... +dn: ou=Another parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Another parent + +dn: dc=example,dc=com +objectClass: organization +objectClass: dcObject +o: Example, Inc. +dc: example + +dn: ou=Grandchild,ou=Renamed child,ou=Another parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Grandchild + +dn: ou=Renamed child,ou=Another parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Child +ou: Renamed child + +dn: ou=Renamed parent,dc=example,dc=com +objectClass: organizationalUnit +ou: Parent +ou: Renamed parent + -- cgit v1.2.3