This adds winbind-generated groups showing up in 'getent group'. It is not
authorVolker Lendecke <vlendec@samba.org>
Tue, 2 Mar 2004 14:49:06 +0000 (14:49 +0000)
committerVolker Lendecke <vlendec@samba.org>
Tue, 2 Mar 2004 14:49:06 +0000 (14:49 +0000)
commit6cad5bcc280c2964473346cc467423a44cc6a5c2
treee143efee4a3d3137df6612f3b0669e35b3655687
parente721255e8f7d719dbcc2cad94c9b11f6124676e6
This adds winbind-generated groups showing up in 'getent group'. It is not
very efficient though, it only does one group at a time. Needs improving, but
the structures are not particularly easy to set up, so check in the basically
working part for others to review.

I'm close to saying that I would like to remove aliases from general group
mapping. These can not be reflected correctly in /etc/group, winbind could do
a better job here.

And having aliases only on machines with nss_winbind at least for me is not a
too severe limitation.

Comments?

Volker
source/nsswitch/winbindd.h
source/nsswitch/winbindd_acct.c
source/nsswitch/winbindd_group.c