From owner-freebsd-questions@FreeBSD.ORG Tue Apr 12 11:20:01 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C79316A4CE for ; Tue, 12 Apr 2005 11:20:01 +0000 (GMT) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F25643D46 for ; Tue, 12 Apr 2005 11:20:01 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from [81.174.174.115] (helo=[192.168.7.20]) by ptb-relay01.plus.net with esmtp (Exim) id 1DLJQx-0005BS-74 for FreeBSD-Questions@FreeBSD.ORG; Tue, 12 Apr 2005 11:19:55 +0000 Message-ID: <425BAF9D.5030805@uk2.net> Date: Tue, 12 Apr 2005 12:23:09 +0100 From: Graham Bentley User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD-Questions@FreeBSD.ORG Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: SMBQ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Apr 2005 11:20:01 -0000 Hi, Any Samba user know how to do the follwing ;- I have an open file share on a Samaba box with the simplest smb.conf I could get away with. When creating a new sub-direstory anyone can use it. Is there a real quick / easy way to make users supply a password ? Thanks [global] workgroup = workgroup server string = fileserver security = share hosts allow = 192.168.1. 127. max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 local master = no domain master = no preferred master = no os level = 32 [Fileshare] comment = Fileshare path = /Fileshare public = yes writable = yes only guest = yes Oops, sorry, forgot this is the FreeBSD list :)