r14421: This does two things
authorGerald Carter <jerry@samba.org>
Wed, 15 Mar 2006 03:46:20 +0000 (03:46 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:15:29 +0000 (11:15 -0500)
commit8723178048f3b98938476c41679d46ed1f809515
tree622b7f5ecb2d8bc69f20156343ad141b6cb8c1eb
parenta48baaa9351c42a6a9998914e172475b7d3bbf7f
r14421: This does two things

* Automatically creates the BUILTIN\Users group similar to
  how BUILTIN\Administrators is done.  This code does need to
  be cleaned up considerably.  I'll continue to work on this.

* The important fix is for getusergroups() when dealing with a
  local user and nested groups.  Now I can run the following
  successfully:

    $ su - jerry -c groups
    users BUILTIN\users
(This used to be commit f54d911e686ffd68ddc6dbc073987b9d8eb2fa5b)
source3/auth/auth_util.c
source3/nsswitch/winbindd_async.c
source3/nsswitch/winbindd_group.c
source3/nsswitch/winbindd_passdb.c