diff options
author | Stefan Metzmacher <metze@samba.org> | 2017-12-07 13:22:22 +0100 |
---|---|---|
committer | Ralph Boehme <slow@samba.org> | 2018-01-10 01:01:24 +0100 |
commit | 0341e83d40dc42fbb1f1e467626418a9e4dedf40 (patch) | |
tree | 015f2e1c686b72490ef5110d77033aff220b5df1 /lib | |
parent | 3a7d931127a8c739208ae6ca8124cd18fec6b7bb (diff) | |
download | samba-0341e83d40dc42fbb1f1e467626418a9e4dedf40.tar.gz |
docs-xml: deprecate "server schannel" and change the default to "yes"
No client should use the old protocol without DCERPC level integrity/privacy,
but Maybe there're some lagacy OEM file servers, which require this.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/param/loadparm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c index f6ee112c127..a18407d9c07 100644 --- a/lib/param/loadparm.c +++ b/lib/param/loadparm.c @@ -2784,7 +2784,7 @@ struct loadparm_context *loadparm_init(TALLOC_CTX *mem_ctx) lpcfg_do_global_parameter(lp_ctx, "winbind nss info", "template"); - lpcfg_do_global_parameter(lp_ctx, "server schannel", "Auto"); + lpcfg_do_global_parameter(lp_ctx, "server schannel", "True"); lpcfg_do_global_parameter(lp_ctx, "short preserve case", "True"); |