summaryrefslogtreecommitdiff
path: root/examples/scripts
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2013-06-03 10:38:29 +1000
committerSimo Sorce <idra@samba.org>2013-06-11 16:25:54 +0200
commitc0cbf5936f0385ab93315cc366a0aa16c0ebd237 (patch)
tree4b8f6f3ff4ee06bc2f7620a01d435b7af99b4643 /examples/scripts
parent3f73002f2d5f8a27820e09b024f561fda1560184 (diff)
downloadsamba-c0cbf5936f0385ab93315cc366a0aa16c0ebd237.tar.gz
Remove remaining references to "password level" in the tree
Reviewed-by: Simo Sorce <idra@samba.org> Autobuild-User(master): Simo Sorce <idra@samba.org> Autobuild-Date(master): Tue Jun 11 16:25:54 CEST 2013 on sn-devel-104
Diffstat (limited to 'examples/scripts')
-rw-r--r--examples/scripts/shares/python/smbparm.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/scripts/shares/python/smbparm.py b/examples/scripts/shares/python/smbparm.py
index 287b3572c01..f182f57b4b3 100644
--- a/examples/scripts/shares/python/smbparm.py
+++ b/examples/scripts/shares/python/smbparm.py
@@ -197,7 +197,6 @@ parm_table = {
"WINBINDUID" : ("idmap uid", SambaParmString, P_GLOBAL, ""),
"READRAW" : ("read raw", SambaParmBool, P_GLOBAL, "Yes"),
"WINBINDENUMGROUPS" : ("winbind enum groups", SambaParmBool, P_GLOBAL, "Yes"),
- "PASSWORDLEVEL" : ("password level", SambaParmString, P_GLOBAL, "0"),
"MAXPRINTJOBS" : ("max print jobs", SambaParmString, P_LOCAL, "1000"),
"PRINTCAP" : ("printcap name", SambaParmString, P_GLOBAL, ""),
"LOADPRINTERS" : ("load printers", SambaParmBool, P_GLOBAL, "Yes"),