summaryrefslogtreecommitdiff
path: root/source3/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 /source3/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 'source3/param/loadparm.c')
-rw-r--r--source3/param/loadparm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index b9d316b98e..fa2f9b66e4 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -819,7 +819,6 @@ static void init_globals(bool reinit_globals)
Globals.lpqcachetime = 30; /* changed to handle large print servers better -- jerry */
Globals.bDisableSpoolss = false;
Globals.iMaxSmbdProcesses = 0;/* no limit specified */
- Globals.pwordlevel = 0;
Globals.unamelevel = 0;
Globals.deadtime = 0;
Globals.getwd_cache = true;