forked from bank-vaults/bank-vaults
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ldap_example.ldif
69 lines (61 loc) · 1.65 KB
/
ldap_example.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
# LDIF Export for dc=example,dc=org
# Server: ldap (ldap)
# Search Scope: sub
# Search Filter: (objectClass=*)
# Total Entries: 7
#
# Generated by phpLDAPadmin (http://phpldapadmin.sourceforge.net) on July 26, 2018 3:44 pm
# Version: 1.2.3
version: 1
# Entry 1: dc=example,dc=org
dn: dc=example,dc=org
dc: example
o: Example Inc.
objectclass: top
objectclass: dcObject
objectclass: organization
# Entry 2: cn=admin,dc=example,dc=org
dn: cn=admin,dc=example,dc=org
cn: admin
description: LDAP administrator
objectclass: simpleSecurityObject
objectclass: organizationalRole
userpassword: {SSHA}UseB7OROA/B/DyZEOXhWaisBzdykSFp7
# Entry 3: cn=readonly,dc=example,dc=org
dn: cn=readonly,dc=example,dc=org
cn: readonly
description: LDAP read only user
objectclass: simpleSecurityObject
objectclass: organizationalRole
userpassword: {SSHA}txbcXhKxunqoCYA85uJvux7TnT63BIAE
# Entry 4: ou=groups,dc=example,dc=org
dn: ou=groups,dc=example,dc=org
objectclass: organizationalUnit
objectclass: top
ou: groups
# Entry 5: cn=developers,ou=groups,dc=example,dc=org
dn: cn=developers,ou=groups,dc=example,dc=org
cn: developers
gidnumber: 500
memberuid: bonifaido
objectclass: posixGroup
objectclass: top
# Entry 6: ou=users,dc=example,dc=org
dn: ou=users,dc=example,dc=org
objectclass: organizationalUnit
objectclass: top
ou: users
# Entry 7: cn=Nandor Kracser,ou=users,dc=example,dc=org
dn: cn=Nandor Kracser,ou=users,dc=example,dc=org
cn: Nandor Kracser
gidnumber: 500
givenname: Nandor
homedirectory: /home/users/bonifaido
loginshell: /bin/sh
objectclass: inetOrgPerson
objectclass: posixAccount
objectclass: top
sn: Kracser
uid: bonifaido
uidnumber: 1000
userpassword: {MD5}ssT89221I+HgNygWwDaHQw==