diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-30 18:36:47 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-09-30 18:36:47 +0000 |
commit | 104fe78fe0a47fa398888e56f0770331ff3f6e85 (patch) | |
tree | c3e5686eba59c03bae8e7891430b4b9951773de6 /openwrt/package/samba/files/smb.conf | |
parent | e737e223480a6b5df1df69859e0bbf891ad68c88 (diff) |
use encrypted passwords by default (request from Oliver Etrl)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2011 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/samba/files/smb.conf')
-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 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 |