diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-06-03 10:38:29 +1000 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2013-06-11 16:25:54 +0200 |
commit | c0cbf5936f0385ab93315cc366a0aa16c0ebd237 (patch) | |
tree | 4b8f6f3ff4ee06bc2f7620a01d435b7af99b4643 /examples | |
parent | 3f73002f2d5f8a27820e09b024f561fda1560184 (diff) | |
download | samba-c0cbf5936f0385ab93315cc366a0aa16c0ebd237.tar.gz samba-c0cbf5936f0385ab93315cc366a0aa16c0ebd237.tar.bz2 samba-c0cbf5936f0385ab93315cc366a0aa16c0ebd237.zip |
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')
-rw-r--r-- | examples/dce-dfs/smb.conf | 1 | ||||
-rw-r--r-- | examples/scripts/shares/python/smbparm.py | 1 | ||||
-rw-r--r-- | examples/tridge/smb.conf | 1 | ||||
-rw-r--r-- | examples/tridge/smb.conf.fjall | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/examples/dce-dfs/smb.conf b/examples/dce-dfs/smb.conf index f5f155b8e6..1f060282c3 100644 --- a/examples/dce-dfs/smb.conf +++ b/examples/dce-dfs/smb.conf @@ -5,7 +5,6 @@ guest account = guest log file = /usr/local/samba/var/log.%m log level = 8 - password level = 8 [homes] comment = Home Directories diff --git a/examples/scripts/shares/python/smbparm.py b/examples/scripts/shares/python/smbparm.py index 287b3572c0..f182f57b4b 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"), diff --git a/examples/tridge/smb.conf b/examples/tridge/smb.conf index 4aa40d8e0b..d1d18db50a 100644 --- a/examples/tridge/smb.conf +++ b/examples/tridge/smb.conf @@ -9,7 +9,6 @@ log file = /usr/local/samba/var/log.%m guest account = pcguest hosts allow = 192.0.2. localhost - password level = 2 auto services = tridge susan message command = csh -c '/usr/bin/X11/xedit -display :0 %s;rm %s' & read prediction = yes diff --git a/examples/tridge/smb.conf.fjall b/examples/tridge/smb.conf.fjall index 76f4d0e3ca..840659640f 100644 --- a/examples/tridge/smb.conf.fjall +++ b/examples/tridge/smb.conf.fjall @@ -1,7 +1,6 @@ ;log level = 4 ;readraw = no ;writeraw = no -;password level = 4 ;mangled map = (;1 ) ;protocol = lanman1 ;user = susan |