mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 11:57:41 +02:00
adding posixGroups in test ldap
This commit is contained in:
parent
f9a3051328
commit
e02a1a7f28
1 changed files with 13 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue