fixes for 'net rpc vampire'. I can now take a blank Samba host
authorGerald Carter <jerry@samba.org>
Wed, 16 Jul 2003 02:20:53 +0000 (02:20 +0000)
committerGerald Carter <jerry@samba.org>
Wed, 16 Jul 2003 02:20:53 +0000 (02:20 +0000)
commita84270ce115e7fa0674c163de708333816184dca
treefbad9af11ddfae189f1dd003590f50dbb4407c47
parent6b814c9908c307abf427af37c00332de5e369eb4
fixes for 'net rpc vampire'.  I can now take a blank Samba host
and migrate an NT4 domain and still logon from domain members
(tested logon scripts, system policies, profiles, & home directories)
(passdb backend = tdbsam)

removed call to idmap_init_wellknown_sids() from winbindd.c
since the local domain should be handled by the guest passdb backend
(and you don't really always want the Administrator account to be root)
...and we didn't pay attention to this anyways now.
(This used to be commit 837d7c54d3ca780160aa0d6a2f0a109bb691948e)
source3/groupdb/mapping.c
source3/nsswitch/wb_client.c
source3/nsswitch/winbindd.c
source3/passdb/passdb.c
source3/utils/net_rpc_samsync.c