mirror of
https://github.com/kakwa/ldapcherry
synced 2024-11-21 17:04:21 +01:00
adding posixGroups in test ldap
This commit is contained in:
parent
f9a3051328
commit
e02a1a7f28
@ -109,3 +109,16 @@ cn: developpers
|
||||
description: Developpers
|
||||
member: cn=Sheri Smith,ou=people,dc=example,dc=org
|
||||
|
||||
dn: cn=posixdev,ou=group,dc=example,dc=org
|
||||
objectclass: posixGroup
|
||||
cn: posixdev
|
||||
description: Developpers
|
||||
gidNumber: 10002
|
||||
memberUid: ssmith
|
||||
|
||||
dn: cn=posixadm,ou=group,dc=example,dc=org
|
||||
objectclass: posixGroup
|
||||
cn: posixadm
|
||||
description: Administration
|
||||
gidNumber: 10001
|
||||
memberUid: ssmith
|
||||
|
Loading…
Reference in New Issue
Block a user