added cli_net_auth_3 client code.
commitcfb5e91178eb8befdb00780a819f9c5cd3eee8e4
authorJean-François Micouleau <jfm@samba.org>
Fri, 30 Aug 2002 10:46:59 +0000 (30 10:46 +0000)
committerJean-François Micouleau <jfm@samba.org>
Fri, 30 Aug 2002 10:46:59 +0000 (30 10:46 +0000)
treedaeebecc2a0024117f2c05ad68c961a4ad5e0eba
parent1f02551bb19bab89083bfa1819a701a892d241df
added cli_net_auth_3 client code.
changed cli_nt_setup_creds() to call cli_net_auth_2 or cli_net_auth_3 based on a switch.
pass also the negociation flags all the way.
all the places calling cli_nt_setup_creds() are still using cli_net_aut2(), it's just for future use and for rpcclient.

in the future we will be able to call auth_2 or auth_3 as we want.

J.F.
(This used to be commit 4d38caca40f98d0584fefb9d66424a3db5b5789e)
source3/auth/auth_domain.c
source3/libsmb/trust_passwd.c
source3/nsswitch/winbindd_cm.c
source3/rpc_client/cli_netlogon.c
source3/rpcclient/cmd_netlogon.c
source3/rpcclient/samsync.c
source3/utils/net_rpc_join.c
source3/utils/net_rpc_samsync.c