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)
commit75ef18fa7510d894ccc4540d82616110c3166db3
tree7a3e2e31489f614a48262525228187bdffabe1e4
parent85160e654e5a1fc4fcb0d6cecc5187cc3b62f6d7
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
(This used to be commit 7a2da5f0cc05c1920c664c9a690a23bdf854e285)
14 files changed:
source3/auth/auth_util.c
source3/include/passdb.h
source3/include/smbldap.h
source3/lib/system_smbd.c
source3/param/loadparm.c
source3/passdb/passdb.c
source3/passdb/pdb_guest.c
source3/passdb/pdb_interface.c
source3/passdb/pdb_ldap.c
source3/passdb/pdb_nds.c
source3/passdb/pdb_plugin.c
source3/passdb/pdb_smbpasswd.c
source3/passdb/pdb_tdb.c
source3/utils/pdbedit.c