diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 11:11:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 11:11:40 +0000 |
commit | 7731832751ab9f3c6ddeb66f186d3d7fa1934a6d (patch) | |
tree | e91015872543a59be2aad26c2fea02e41b57005d /tests/data/test-idassert2.ldif | |
parent | Initial commit. (diff) | |
download | openldap-7731832751ab9f3c6ddeb66f186d3d7fa1934a6d.tar.xz openldap-7731832751ab9f3c6ddeb66f186d3d7fa1934a6d.zip |
Adding upstream version 2.4.57+dfsg.upstream/2.4.57+dfsgupstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | tests/data/test-idassert2.ldif | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/data/test-idassert2.ldif b/tests/data/test-idassert2.ldif new file mode 100644 index 0000000..c8f3d68 --- /dev/null +++ b/tests/data/test-idassert2.ldif @@ -0,0 +1,27 @@ +dn: dc=example,dc=it +objectClass: organization +objectClass: dcObject +o: Example +o: Esempio S.p.A. +dc: example + +dn: ou=People,dc=example,dc=it +objectClass: organizationalUnit +ou: People + +dn: uid=dots,ou=People,dc=example,dc=it +objectClass: inetOrgPerson +cn: Dorothy Stevens +sn: Stevens +uid: dots +userPassword:: ZG90cw== +mail: dots@example.it + +dn: uid=jaj,ou=People,dc=example,dc=it +objectClass: inetOrgPerson +cn: James A Jones 1 +sn: Jones +uid: jaj +userPassword:: amFq +mail: jaj@example.it + |