-
Notifications
You must be signed in to change notification settings - Fork 3
/
data.json
47 lines (45 loc) · 1.25 KB
/
data.json
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
{
"dc=example,dc=org": {},
"cn=admin,dc=example,dc=org": {
"userpassword": "admin"
},
"ou=users,dc=example,dc=org": {},
"cn=zombie1000,ou=users,dc=example,dc=org": {
"objectclass": "inetOrgPerson",
"displayname": "Alice",
"cn": "zombie1000",
"userpassword": "123",
"mail": "[email protected]",
"entryuuid": "a7cc3c2e-498b-429d-b519-3ea330afc61d"
},
"cn=zombie1001,ou=users,dc=example,dc=org": {
"objectclass": "inetOrgPerson",
"displayname": "Bob",
"cn": "zombie1001",
"userpassword": "123",
"mail": "[email protected]",
"entryuuid": "943c5f20-cc47-4d43-9c26-af297c5150b2"
},
"cn=zombie1002,ou=users,dc=example,dc=org": {
"objectclass": "inetOrgPerson",
"displayname": "Carol",
"cn": "zombie1002",
"userpassword": "123",
"mail": "[email protected]",
"entryuuid": "01b34dab-93d4-4778-b8c9-f32419d0ba44"
},
"cn=zombie1003,ou=users,dc=example,dc=org": {
"objectclass": "inetOrgPerson",
"displayname": "Dave",
"cn": "zombie1003",
"userpassword": "123",
"mail": "[email protected]",
"entryuuid": "16a6eaad-064a-4fa2-9d23-59d3e4d357c2"
},
"ou=groups,dc=example,dc=org": {},
"cn=horde1000,ou=groups,dc=example,dc=org": {
"objectclass": "group",
"cn": "horde1000",
"entryuuid": "d0d576eb-f7ac-45e2-8e69-a2a1e079556b"
}
}