From c000cad09d0b54c455c99271bfb996c2dfe13073 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:23:53 +0200 Subject: Adding upstream version 2.4.47+dfsg. Signed-off-by: Daniel Baumann --- tests/data/emptydn.out.slapadd | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 tests/data/emptydn.out.slapadd (limited to 'tests/data/emptydn.out.slapadd') diff --git a/tests/data/emptydn.out.slapadd b/tests/data/emptydn.out.slapadd new file mode 100644 index 0000000..a0afec8 --- /dev/null +++ b/tests/data/emptydn.out.slapadd @@ -0,0 +1,38 @@ +dn: o=Beispiel,c=DE +objectClass: organization +o: Beispiel +o: Beispiel GmbH +o: Example + +dn: c=DE +objectClass: country +c: DE + +dn: o=Esempio,c=IT +objectClass: organization +o: Esempio +o: Esempio S.p.A. +o: Example + +dn: o=Example,c=UK +objectClass: organization +o: Example +o: Example, Ltd. + +dn: o=Example,c=US +objectClass: organization +o: Example +o: Example, Inc. + +dn: c=IT +objectClass: country +c: IT + +dn: c=UK +objectClass: country +c: UK + +dn: c=US +objectClass: country +c: US + -- cgit v1.2.3