Displaying 1 result from an estimated 1 matches for "gslis".
Did you mean:
gslist
2003 Jul 31
1
Réf. : groupmember list fails with 3.0.0b3 and LDAP
...of users in a group, nor am I able to
grant ACL's based on group membership. Here's what I did.
1. Created an LDAP posixGroup account
2. net groupmap add rid=512 ntgroup="Domain Admins" unixgroup="domadmin"
The resulting LDIF shows up as follows:
# domadmin, Group, GSLIS
dn: cn=domadmin,ou=Group,dc=GSLIS
objectClass: posixGroup
objectClass: sambaGroupMapping
cn: domadmin
gidNumber: 512
memberUid: admin
sambaSID: S-1-5-21-3469007649-3513637358-4254120478-512
sambaGroupType: 2
displayName: Domain Admins
The output of
net groupmember list "Domain Admins"...