diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-12 09:35:10 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-12 09:35:10 +0000 |
commit | a34f61c8c94be55104f59006c803be507ea1c7a6 (patch) | |
tree | f314e02333482b9a31272edf7dbc9bf8c8d6e1a7 | |
parent | 5b21616d81028ca20e9c371075b3921100874e91 (diff) | |
download | mtk-20170518-a34f61c8c94be55104f59006c803be507ea1c7a6.zip mtk-20170518-a34f61c8c94be55104f59006c803be507ea1c7a6.tar.gz mtk-20170518-a34f61c8c94be55104f59006c803be507ea1c7a6.tar.bz2 |
add a default server string (requested by Oliver Ertl)
SVN-Revision: 2098
-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 3715996..c52d6dd 100644 --- a/openwrt/package/samba/files/smb.conf +++ b/openwrt/package/samba/files/smb.conf @@ -2,6 +2,7 @@ syslog = 0 syslog only = yes workgroup = OpenWrt + server string = OpenWrt Samba Server security = share encrypt passwords = yes guest account = nobody |