r14421: This does two things
commitbc3ab08315023a104c080c03f5bc41ef0a5a8285
authorGerald Carter <jerry@samba.org>
Wed, 15 Mar 2006 03:46:20 +0000 (15 03:46 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 15 Mar 2006 03:46:20 +0000 (15 03:46 +0000)
tree7e77c0bd410524be0534a2b576919cfb6a498b8c
parent84adbe738d07ff25b4705706d95216084a4c0497
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
source/auth/auth_util.c
source/nsswitch/winbindd_async.c
source/nsswitch/winbindd_group.c
source/nsswitch/winbindd_passdb.c