diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:54:12 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 17:54:12 +0000 |
commit | b527294153be3b79563c82c66102adc0004736c0 (patch) | |
tree | 9b423a224848441885190b5ea7cf0feb23510c9d /tests/data/test-meta.ldif | |
parent | Initial commit. (diff) | |
download | openldap-b527294153be3b79563c82c66102adc0004736c0.tar.xz openldap-b527294153be3b79563c82c66102adc0004736c0.zip |
Adding upstream version 2.6.7+dfsg.upstream/2.6.7+dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/data/test-meta.ldif')
-rw-r--r-- | tests/data/test-meta.ldif | 25 |
1 files changed, 25 insertions, 0 deletions
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 + |