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)
commit876e00fd112e4aaf7519eec27f382eb99ec7562a
tree4ce05f9ffed9fd4d9d30e59c562bed22d6ddbc9d
parent9ba88c7314168b87b72a7e9dc3c7588dcce86893
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
24 files changed:
source/auth/auth_domain.c
source/include/secrets.h
source/libads/kerberos_verify.c
source/libads/ldap.c
source/libads/util.c
source/libsmb/trust_passwd.c
source/nsswitch/winbindd_ads.c
source/nsswitch/winbindd_cm.c
source/nsswitch/winbindd_misc.c
source/nsswitch/winbindd_pam.c
source/param/loadparm.c
source/passdb/machine_sid.c
source/passdb/secrets.c
source/rpc_client/cli_netlogon.c
source/rpcclient/cmd_netlogon.c
source/rpcclient/rpcclient.c
source/smbd/change_trust_pw.c
source/smbd/process.c
source/utils/net.c
source/utils/net.h
source/utils/net_ads.c
source/utils/net_rpc.c
source/utils/net_rpc_join.c
source/utils/net_rpc_samsync.c