From 79f644ff81dc6725d15d3d5baf2a683d2a095cbf 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) SVN-Revision: 2011 --- 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.25.1