r23471: Here's a rough patch for expanding domain group membership
commit3d3a8130351753dc5caa2a270d130e2150da6b54
authorGerald Carter <jerry@samba.org>
Wed, 13 Jun 2007 20:40:54 +0000 (13 20:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:23:19 +0000 (10 12:23 -0500)
tree998fbb4596135a43d48c8599dbd94953f2811dfe
parent07f562be7a64a2ded7ec0e6f5910447dc5b8b85f
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.
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_group.c
source/param/loadparm.c