Skip to content

Commit

Permalink
docs-xml: remove deprecated 'use spnego" option
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Metzmacher <[email protected]>
Reviewed-by: Ralph Boehme <[email protected]>
  • Loading branch information
metze-samba authored and slowfranklin committed Jan 10, 2018
1 parent 343b0e0 commit cb5e192
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 22 deletions.
19 changes: 0 additions & 19 deletions docs-xml/smbdotconf/protocol/usespnego.xml

This file was deleted.

2 changes: 0 additions & 2 deletions lib/param/loadparm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2749,8 +2749,6 @@ struct loadparm_context *loadparm_init(TALLOC_CTX *mem_ctx)
lpcfg_do_global_parameter(lp_ctx, "client ipc signing", "default");
lpcfg_do_global_parameter(lp_ctx, "server signing", "default");

lpcfg_do_global_parameter(lp_ctx, "use spnego", "True");

lpcfg_do_global_parameter(lp_ctx, "use mmap", "True");

lpcfg_do_global_parameter(lp_ctx, "smb ports", "445 139");
Expand Down
1 change: 0 additions & 1 deletion source3/param/loadparm.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,7 +830,6 @@ static void init_globals(struct loadparm_context *lp_ctx, bool reinit_globals)

Globals.name_cache_timeout = 660; /* In seconds */

Globals.use_spnego = true;
Globals.client_use_spnego = true;

Globals.client_signing = SMB_SIGNING_DEFAULT;
Expand Down

0 comments on commit cb5e192

Please sign in to comment.