diff options
author | Stefan Metzmacher <metze@samba.org> | 2004-07-05 23:28:49 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:56:51 -0500 |
commit | 4f0e5e069064c11a8efc407cd42412d38534d0d2 (patch) | |
tree | fcf4d3913183525653af213c6c15abbb8b9c6754 /source4/param | |
parent | 8bebc53df8ff46e801ed1258206126f6ebe9a1c3 (diff) | |
download | samba-4f0e5e069064c11a8efc407cd42412d38534d0d2.tar.gz samba-4f0e5e069064c11a8efc407cd42412d38534d0d2.tar.bz2 samba-4f0e5e069064c11a8efc407cd42412d38534d0d2.zip |
r1345: add extended security spnego support to the smb client
code
set lp_use_spnego = False, because I can't get it working yet
but I commit it so others can help me
metze
(This used to be commit 2445cceba9ab9bd928c8bc50927a39509e4526b0)
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/param/loadparm.c b/source4/param/loadparm.c index 68a16501d2..33019c1bf1 100644 --- a/source4/param/loadparm.c +++ b/source4/param/loadparm.c @@ -1101,7 +1101,7 @@ static void init_globals(void) Globals.name_cache_timeout = 660; /* In seconds */ - Globals.bUseSpnego = True; + Globals.bUseSpnego = False; Globals.server_signing = False; |