From 6fa3102a9e1a6304a34466a2465a1f6895ec602c Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 30 Sep 2005 18:36:47 +0000 Subject: [PATCH] use encrypted passwords by default (request from Oliver Etrl) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2011 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/samba/files/smb.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/openwrt/package/samba/files/smb.conf b/openwrt/package/samba/files/smb.conf index 5a2f6ccaa9..3715996d83 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 -- 2.11.0