summaryrefslogtreecommitdiff
path: root/source3/rpc_client
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>1998-11-20 20:44:21 +0000
committerJeremy Allison <jra@samba.org>1998-11-20 20:44:21 +0000
commitf22b817d3fdac2c6a98b3297f758aea554785513 (patch)
tree2fb60321e6643da478751475bda7f6032d3baf49 /source3/rpc_client
parent4af961f0101bf2e9a6fd3fe26068cd0296c1b618 (diff)
downloadsamba-f22b817d3fdac2c6a98b3297f758aea554785513.tar.gz
samba-f22b817d3fdac2c6a98b3297f758aea554785513.tar.bz2
samba-f22b817d3fdac2c6a98b3297f758aea554785513.zip
acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecurity checks
in a more sane way. rpc_client/cli_netlogon.c: Removed correct bits check to see if this works with an NT3.51 PDC. rpc_parse/parse_samr.c: Fixed compile warnings. Jeremy. (This used to be commit 34d8f4b1c4d59ab3c009360fc67eef9361dd859b)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r--source3/rpc_client/cli_netlogon.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/source3/rpc_client/cli_netlogon.c b/source3/rpc_client/cli_netlogon.c
index ed2f391256..099c81496a 100644
--- a/source3/rpc_client/cli_netlogon.c
+++ b/source3/rpc_client/cli_netlogon.c
@@ -169,6 +169,12 @@ password ?).\n", cli->desthost ));
}
}
+#if 0
+ /*
+ * Try commenting this out to see if this makes the connect
+ * work for a NT 3.51 PDC. JRA.
+ */
+
if (ok && r_a.srv_flgs.neg_flags != q_a.clnt_flgs.neg_flags)
{
/* report different neg_flags */
@@ -176,6 +182,7 @@ password ?).\n", cli->desthost ));
q_a.clnt_flgs.neg_flags, r_a.srv_flgs.neg_flags));
ok = False;
}
+#endif
}