forked from SuperCoopBerlin/tapir
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ldap_testdata.ldif
83 lines (72 loc) · 1.88 KB
/
ldap_testdata.ldif
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
dn: ou=people,dc=wirmarkt,dc=de
changetype: add
ou: people
objectClass: organizationalUnit
objectClass: top
dn: uid=admin,ou=people,dc=wirmarkt,dc=de
changetype: add
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
cn: admin
sn: admin
uid: admin
dn: uid=admin,ou=people,dc=wirmarkt,dc=de
changetype: modify
replace: userPassword
userPassword: admin
dn: uid=ariana.perrin,ou=people,dc=wirmarkt,dc=de
changetype: add
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
cn: ariana.perrin
sn: ariana.perrin
uid: ariana.perrin
dn: uid=ariana.perrin,ou=people,dc=wirmarkt,dc=de
changetype: modify
replace: userPassword
userPassword: ariana.perrin
dn: uid=roberto.cortes,ou=people,dc=wirmarkt,dc=de
changetype: add
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
cn: roberto.cortes
sn: roberto.cortes
uid: roberto.cortes
dn: uid=roberto.cortes,ou=people,dc=wirmarkt,dc=de
changetype: modify
replace: userPassword
userPassword: roberto.cortes
dn: uid=nicolas.vicente,ou=people,dc=wirmarkt,dc=de
changetype: add
objectClass: inetOrgPerson
objectClass: organizationalPerson
objectClass: person
cn: nicolas.vicente
sn: nicolas.vicente
uid: nicolas.vicente
dn: uid=nicolas.vicente,ou=people,dc=wirmarkt,dc=de
changetype: modify
replace: userPassword
userPassword: nicolas.vicente
dn: ou=groups,dc=wirmarkt,dc=de
changetype: add
objectClass: organizationalUnit
objectClass: top
ou: groups
dn: cn=vorstand,ou=groups,dc=wirmarkt,dc=de
changetype: add
objectClass: groupOfNames
objectClass: top
cn: vorstand
member: uid=admin,ou=people,dc=wirmarkt,dc=de
member: uid=ariana.perrin,ou=people,dc=wirmarkt,dc=de
dn: cn=member-office,ou=groups,dc=wirmarkt,dc=de
changetype: add
objectClass: groupOfNames
objectClass: top
cn: member-office
member: uid=admin,ou=people,dc=wirmarkt,dc=de
member: uid=roberto.cortes,ou=people,dc=wirmarkt,dc=de