r23471: Here's a rough patch for expanding domain group membership
authorGerald Carter <jerry@samba.org>
Wed, 13 Jun 2007 20:40:54 +0000 (20:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:19 +0000 (12:23 -0500)
commit78d6b95e18282f87dcabb311675f6565646aa3f9
tree07f18a31072056ec46252a538201454b7fedfb9a
parent2cbe284e59b2baf333e2afafc8bfdfc5faec0514
r23471: Here's a rough patch for expanding domain group membership
in the winbindd_getgrnam() call.  Couple of comments:

* Adds "winbind expand groups" parameter which defines the
  max depth winbindd will expand group members.  The default
  is the current behavior of one level of expansion.
* The entire getrgnam() interface should be async.  I
  haven't done that.
* Refactors the domain users hack in fill_grent_mem() into
  its own function.
(This used to be commit 3d3a8130351753dc5caa2a270d130e2150da6b54)
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_group.c
source3/param/loadparm.c