diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-10-22 06:48:35 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-10-22 06:48:35 +0000 |
commit | 4ccdb15532ef707dea44e2c7316e2a3334abab86 (patch) | |
tree | c7d46bee004079befa68be807ae1ff7fd2c59116 /source3/include | |
parent | f78a8a613f21b44dc6d77977aab2ee9e0fc27e23 (diff) | |
download | samba-4ccdb15532ef707dea44e2c7316e2a3334abab86.tar.gz samba-4ccdb15532ef707dea44e2c7316e2a3334abab86.tar.bz2 samba-4ccdb15532ef707dea44e2c7316e2a3334abab86.zip |
a quick fix to get rpcclient working again. This just disables
NTLMSSP in cli_establish_connection()
What we really need to do is kill off the pwd_cache code. It is horrible,
and assumes the challenge comes in the negprot reply.
(This used to be commit 3f919b4360b3bfcc133f7d88bc5177e9d93f2db2)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index 22ea10b9a7..46c8254b09 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -129,6 +129,7 @@ struct cli_state { vuser_key key; uint32 ntlmssp_flags; BOOL use_kerberos; + BOOL use_spnego; BOOL use_oplocks; /* should we use oplocks? */ BOOL use_level_II_oplocks; /* should we use level II oplocks? */ |