Remove remaining references to "password level" in the tree
[samba.git] / examples / scripts / shares / python / smbparm.py
index 287b3572c01058b0396e20c22f45e8d8fcdbc82e..f182f57b4b38245823a5b70c6a34f50bbb9019ee 100644 (file)
@@ -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"),