Merge from HEAD - save the type of channel used to contact the DC.
authorAndrew Bartlett <abartlet@samba.org>
Mon, 21 Apr 2003 14:09:03 +0000 (14:09 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 21 Apr 2003 14:09:03 +0000 (14:09 +0000)
commitf071020f5e49837154581c97c5af5f84d0e2de89
tree14c4f4c08cc935145926000a886f8dd718c66e93
parent06c99d15e217e265d51778268d5b859dff3c478c
Merge from HEAD - save the type of channel used to contact the DC.

This allows us to join as a BDC, without appearing on the network as one
until we have the database replicated, and the admin changes the configuration.

This also change the SID retreval order from secrets.tdb, so we no longer
require a 'net rpc getsid' - the sid fetch during the domain join is sufficient.
Also minor fixes to 'net'.

Andrew Bartlett
(This used to be commit 876e00fd112e4aaf7519eec27f382eb99ec7562a)
24 files changed:
source3/auth/auth_domain.c
source3/include/secrets.h
source3/libads/kerberos_verify.c
source3/libads/ldap.c
source3/libads/util.c
source3/libsmb/trust_passwd.c
source3/nsswitch/winbindd_ads.c
source3/nsswitch/winbindd_cm.c
source3/nsswitch/winbindd_misc.c
source3/nsswitch/winbindd_pam.c
source3/param/loadparm.c
source3/passdb/machine_sid.c
source3/passdb/secrets.c
source3/rpc_client/cli_netlogon.c
source3/rpcclient/cmd_netlogon.c
source3/rpcclient/rpcclient.c
source3/smbd/change_trust_pw.c
source3/smbd/process.c
source3/utils/net.c
source3/utils/net.h
source3/utils/net_ads.c
source3/utils/net_rpc.c
source3/utils/net_rpc_join.c
source3/utils/net_rpc_samsync.c