1
0
mirror of https://github.com/kakwa/ldapcherry synced 2024-06-08 03:57:47 +02:00
ldapcherry/tests/test_env/etc/ldap/content.ldif
kakwa 7a7d6f5f6f implementing search users
* adding search
* adding unit tests
2015-05-25 19:30:41 +02:00

68 lines
1.5 KiB
Plaintext

dn: dc=example,dc=org
dc: example
objectClass: top
objectClass: domain
dn: cn=dnscherry,dc=example,dc=org
objectClass: simpleSecurityObject
objectClass: organizationalRole
cn: dnscherry
description: [applicative account]
userPassword: password
dn: ou=People,dc=example,dc=org
ou: People
objectClass: top
objectclass: organizationalunit
dn: ou=Groups,dc=example,dc=org
ou: Groups
objectClass: top
objectclass: organizationalunit
dn: cn=Sheri Smith,ou=people,dc=example,dc=org
objectclass: inetOrgPerson
cn: Sheri Smith
sn: smith
uid: ssmith
userpassword: passwordsmith
carlicense: HERCAR 125
homephone: 555-111-2225
mail: s.smith@example.com
mail: ssmith@example.com
mail: sheri.smith@example.com
dn: cn=John Smith,ou=people,dc=example,dc=org
objectclass: inetOrgPerson
cn: John Smith
sn: Smith
uid: jsmith
userpassword: passwordsmith
carlicense: HISCAR 125
homephone: 555-111-2225
mail: j.smith@example.com
mail: jsmith@example.com
mail: jsmith.smith@example.com
dn: cn=John Watson,ou=people,dc=example,dc=org
objectclass: inetOrgPerson
cn: John Watson
sn: watson
uid: jwatson
userpassword: passwordwatson
carlicense: HERCAR 125
homephone: 555-111-2225
mail: j.watson@example.com
dn: cn=itpeople,ou=groups,dc=example,dc=org
objectclass: groupofnames
cn: itpeople
description: IT security group
member: cn=John Watson,ou=people,dc=example,dc=org
dn: cn=hrpeople,ou=groups,dc=example,dc=org
objectclass: groupofnames
cn: hrpeople
description: Human Resources group
member: cn=Sheri Smith,ou=people,dc=example,dc=org