From 09a50497d1360659eb8bd1b9f4be510680267bd2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 16 Apr 2003 15:39:57 +0000 Subject: 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) --- source3/utils/net_rpc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source3/utils/net_rpc.c') 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; -- cgit