diff options
author | Jeremy Allison <jra@samba.org> | 2003-04-16 15:39:57 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2003-04-16 15:39:57 +0000 |
commit | 09a50497d1360659eb8bd1b9f4be510680267bd2 (patch) | |
tree | 37bfc1657e9b5b14d5d7aa4d0aa1608217f2acec /source3/utils/net_rpc.c | |
parent | b5fd86aee1258b1964d460c4ad138c59d49e7691 (diff) | |
download | samba-09a50497d1360659eb8bd1b9f4be510680267bd2.tar.gz samba-09a50497d1360659eb8bd1b9f4be510680267bd2.tar.bz2 samba-09a50497d1360659eb8bd1b9f4be510680267bd2.zip |
Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fix
multi-PDU encode/decode with SCHANNEL. Also need to test against WNT DC.
Jeremy.
(This used to be commit ff66d4097088409205b6bad5124a78ef9946010d)
Diffstat (limited to 'source3/utils/net_rpc.c')
-rw-r--r-- | source3/utils/net_rpc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/utils/net_rpc.c b/source3/utils/net_rpc.c index a35cdd0b5b..fcd8a54118 100644 --- a/source3/utils/net_rpc.c +++ b/source3/utils/net_rpc.c @@ -317,6 +317,8 @@ int net_rpc_join(int argc, const char **argv) }; if (argc == 0) { + if (opt_user_specified) + return net_rpc_join_newstyle(argc, argv); if ((net_rpc_join_oldstyle(argc, argv) == 0)) return 0; |