63 lines
1.4 KiB
Plaintext
63 lines
1.4 KiB
Plaintext
dn: ou=groups,dc=example,dc=com
|
|
objectclass: organizationalUnit
|
|
objectclass: top
|
|
ou: groups
|
|
|
|
dn: ou=users,dc=example,dc=com
|
|
objectclass: organizationalUnit
|
|
objectclass: top
|
|
ou: users
|
|
|
|
dn: cn=dev,ou=groups,dc=example,dc=com
|
|
cn: dev
|
|
member: cn=john,ou=users,dc=example,dc=com
|
|
member: cn=bob,ou=users,dc=example,dc=com
|
|
objectclass: groupOfNames
|
|
objectclass: top
|
|
|
|
dn: cn=admin,ou=groups,dc=example,dc=com
|
|
cn: admin
|
|
member: cn=john,ou=users,dc=example,dc=com
|
|
objectclass: groupOfNames
|
|
objectclass: top
|
|
|
|
dn: cn=john,ou=users,dc=example,dc=com
|
|
cn: john
|
|
objectclass: inetOrgPerson
|
|
objectclass: top
|
|
mail: john.doe@example.com
|
|
sn: John Doe
|
|
userpassword: {SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g=
|
|
|
|
dn: cn=harry,ou=users,dc=example,dc=com
|
|
cn: harry
|
|
objectclass: inetOrgPerson
|
|
objectclass: top
|
|
mail: harry.potter@example.com
|
|
sn: Harry Potter
|
|
userpassword: {SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g=
|
|
|
|
dn: cn=bob,ou=users,dc=example,dc=com
|
|
cn: bob
|
|
objectclass: inetOrgPerson
|
|
objectclass: top
|
|
mail: bob.dylan@example.com
|
|
sn: Bob Dylan
|
|
userpassword: {SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g=
|
|
|
|
# dn: uid=jack,ou=users,dc=example,dc=com
|
|
# cn: jack
|
|
# gidnumber: 501
|
|
# givenname: Jack
|
|
# homedirectory: /home/jack
|
|
# loginshell: /bin/sh
|
|
# objectclass: inetOrgPerson
|
|
# objectclass: posixAccount
|
|
# objectclass: top
|
|
# mail: jack.daniels@example.com
|
|
# sn: Jack Daniels
|
|
# uid: jack
|
|
# uidnumber: 1001
|
|
# userpassword: {SHA}W6ph5Mm5Pz8GgiULbPgzG37mj9g=
|
|
#
|