From 5ea77a75dd2d2158401331879f3c8f47940a732c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:35:32 +0200 Subject: Adding upstream version 2.5.13+dfsg. Signed-off-by: Daniel Baumann --- tests/data/test-meta.ldif | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 tests/data/test-meta.ldif (limited to 'tests/data/test-meta.ldif') diff --git a/tests/data/test-meta.ldif b/tests/data/test-meta.ldif new file mode 100644 index 0000000..ba9e9e8 --- /dev/null +++ b/tests/data/test-meta.ldif @@ -0,0 +1,25 @@ +dn: ou=Meta,dc=example,dc=com +objectClass: organizationalUnit +ou: Meta +seeAlso: dc=OpenLDAP,dc=org + +dn: cn=John Belushi,ou=Meta,dc=example,dc=com +objectClass: inetOrgPerson +cn: John Belushi +sn: Belushi +userPassword: jack +description: Joliet Jack Blues + +dn: cn=Dan Aykroyd,ou=Meta,dc=example,dc=com +objectClass: inetOrgPerson +cn: Dan Aykroyd +sn: Aykroyd +userPassword: elwood +description: Elwood Blues + +dn: cn=Somewhere,ou=Meta,dc=example,dc=com +objectClass: referral +objectClass: extensibleObject +cn: Somewhere +ref: ldap://localhost:9016 + -- cgit v1.2.3