diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-09-30 18:36:47 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-09-30 18:36:47 +0000 |
commit | 79f644ff81dc6725d15d3d5baf2a683d2a095cbf (patch) | |
tree | c3e5686eba59c03bae8e7891430b4b9951773de6 /openwrt/package/samba | |
parent | b5a670d53695a07377191132763ba8128932f197 (diff) | |
download | mtk-20170518-79f644ff81dc6725d15d3d5baf2a683d2a095cbf.zip mtk-20170518-79f644ff81dc6725d15d3d5baf2a683d2a095cbf.tar.gz mtk-20170518-79f644ff81dc6725d15d3d5baf2a683d2a095cbf.tar.bz2 |
use encrypted passwords by default (request from Oliver Etrl)
SVN-Revision: 2011
Diffstat (limited to 'openwrt/package/samba')
-rw-r--r-- | openwrt/package/samba/files/smb.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/package/samba/files/smb.conf b/openwrt/package/samba/files/smb.conf index 5a2f6cc..3715996 100644 --- a/openwrt/package/samba/files/smb.conf +++ b/openwrt/package/samba/files/smb.conf @@ -3,6 +3,7 @@ syslog only = yes workgroup = OpenWrt security = share + encrypt passwords = yes guest account = nobody local master = yes name resolve order = lmhosts hosts bcast |