r13460: by popular demand....
authorGerald Carter <jerry@samba.org>
Sat, 11 Feb 2006 21:27:08 +0000 (21:27 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:04 +0000 (11:10 -0500)
commit7a2da5f0cc05c1920c664c9a690a23bdf854e285
treeb2ea3fec30a2f9ea54b8cc0f7d4ac0b98271af1b
parentf1a362580ae37730dc8393a79f832aed5d0ea4be
r13460: by popular demand....

* remove pdb_context data structure
* set default group for DOMAIN_RID_GUEST user as RID 513 (just
  like Windows)
* Allow RID 513 to resolve to always resolve to a name
* Remove auto mapping of guest account primary group given the
  previous 2 changes
14 files changed:
source/auth/auth_util.c
source/include/passdb.h
source/include/smbldap.h
source/lib/system_smbd.c
source/param/loadparm.c
source/passdb/passdb.c
source/passdb/pdb_guest.c
source/passdb/pdb_interface.c
source/passdb/pdb_ldap.c
source/passdb/pdb_nds.c
source/passdb/pdb_plugin.c
source/passdb/pdb_smbpasswd.c
source/passdb/pdb_tdb.c
source/utils/pdbedit.c