Displaying 1 result from an estimated 1 matches for "htdb".
Did you mean:
ctdb
2013 Oct 29
3
enumerating group members with nss_winbind (4.0.9 as AD DC)
When I do "getent group", I want to see the group's members enumerated.
With nss_ldap they are; with nss_winbind they aren't:
root at gumbo:~# getent group mgmt
PI\mgmt:*:1040:
There *are* members there (partially redacted):
root at gumbo:~# ldbsearch -Htdb:///var/lib/samba/private/sam.ldb cn=mgmt member
# record 1
dn: CN=mgmt,CN=Users,REDACTED
member: CN=alice,CN=Users,REDACTED
member: CN=bob,CN=Users,REDACTED
member: CN=clara,CN=Users,REDACTED
[...]
Those members are users, not groups, by the way.
I had a look at the manpag...