From 643703f4f2e16b377af1217f46d464bf439645e8 Mon Sep 17 00:00:00 2001 From: jow Date: Wed, 28 Jul 2010 16:39:05 +0000 Subject: [PATCH] [packages] samba3: make security=share the default, user security is unsuitable due to missing user management capabilities on OpenWrt git-svn-id: svn://svn.openwrt.org/openwrt/packages@22410 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/samba3/Makefile | 2 +- net/samba3/files/smb.conf.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net/samba3/Makefile b/net/samba3/Makefile index 7dcaac938..8d66d0d04 100644 --- a/net/samba3/Makefile +++ b/net/samba3/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba3 PKG_VERSION:=3.0.24 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_MD5SUM:=89273f67a6d8067cbbecefaa13747153 PKG_SOURCE_URL:=ftp://ftp.samba.org/pub/samba/old-versions/ diff --git a/net/samba3/files/smb.conf.template b/net/samba3/files/smb.conf.template index 6e2344818..d3a28df55 100644 --- a/net/samba3/files/smb.conf.template +++ b/net/samba3/files/smb.conf.template @@ -10,7 +10,7 @@ unix charset = ISO-8859-1 preferred master = yes os level = 20 - security = user + security = share guest account = nobody invalid users = root smb passwd file = /etc/samba/smbpasswd -- 2.11.0