summaryrefslogtreecommitdiff
path: root/lib/param/loadparm.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-06-03 10:02:39 +1000
committerSimo Sorce <idra@samba.org>2013-06-11 08:35:21 -0400
commit26279a969879bfbd943dfda03c511ed7e14057ba (patch)
treed8510cc1e4d9bec8b036421e514b401b56a018c9 /lib/param/loadparm.c
parent3fba9ba7ea85e33faac2718d2463c5d0cd2d85f4 (diff)
downloadsamba-26279a969879bfbd943dfda03c511ed7e14057ba.tar.gz
samba-26279a969879bfbd943dfda03c511ed7e14057ba.tar.bz2
samba-26279a969879bfbd943dfda03c511ed7e14057ba.zip
auth: Remove "password level"
We now only lowercase the password, we do not attempt to find another case combination that the password might be in. This option is already depricated, so it is now time to remove it. Andrew Bartlett Reviewed-by: Simo Sorce <idra@samba.org>
Diffstat (limited to 'lib/param/loadparm.c')
-rw-r--r--lib/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/param/loadparm.c b/lib/param/loadparm.c
index 25997d33ee..310f95a3c5 100644
--- a/lib/param/loadparm.c
+++ b/lib/param/loadparm.c
@@ -2144,7 +2144,6 @@ struct loadparm_context *loadparm_init(TALLOC_CTX *mem_ctx)
lpcfg_do_global_parameter(lp_ctx, "max xmit", "12288");
lpcfg_do_global_parameter(lp_ctx, "host msdfs", "true");
- lpcfg_do_global_parameter(lp_ctx, "password level", "0");
lpcfg_do_global_parameter(lp_ctx, "LargeReadwrite", "True");
lpcfg_do_global_parameter(lp_ctx, "server min protocol", "CORE");
lpcfg_do_global_parameter(lp_ctx, "server max protocol", "NT1");