]> git.sur5r.net Git - openldap/blob - tests/data/test-idassert2.ldif
ITS#4326 - Fix regression test so it operates correctly
[openldap] / tests / data / test-idassert2.ldif
1 dn: dc=example,dc=it
2 objectClass: organization
3 objectClass: dcObject
4 o: Example
5 o: Esempio S.p.A.
6 dc: example
7
8 dn: ou=People,dc=example,dc=it
9 objectClass: organizationalUnit
10 ou: People
11
12 dn: uid=dots,ou=People,dc=example,dc=it
13 objectClass: inetOrgPerson
14 cn: Dorothy Stevens
15 sn: Stevens
16 uid: dots
17 userPassword:: ZG90cw==
18 mail: dots@example.it
19
20 dn: uid=jaj,ou=People,dc=example,dc=it
21 objectClass: inetOrgPerson
22 cn: James A Jones 1
23 sn: Jones
24 uid: jaj
25 userPassword:: amFq
26 mail: jaj@example.it
27