From owner-freebsd-questions@FreeBSD.ORG Wed Apr 13 07:30:26 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 4F14E16A50D for ; Wed, 13 Apr 2005 07:30:26 +0000 (GMT) Received: from ptb-relay03.plus.net (ptb-relay03.plus.net [212.159.14.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id D0CB843D4C for ; Wed, 13 Apr 2005 07:30:25 +0000 (GMT) (envelope-from gbentley@uk2.net) Received: from [81.174.174.115] (helo=[192.168.7.20]) by ptb-relay03.plus.net with esmtp (Exim) id 1DLcKN-0005sY-5f for freebsd-questions@freebsd.org; Wed, 13 Apr 2005 07:30:23 +0000 Message-ID: <425CCB51.1010908@uk2.net> Date: Wed, 13 Apr 2005 08:33:37 +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 References: <20050412231910.99C7F16A4E8@hub.freebsd.org> In-Reply-To: <20050412231910.99C7F16A4E8@hub.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: 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: Wed, 13 Apr 2005 07:30:26 -0000 > Message: 3 > Date: Tue, 12 Apr 2005 15:38:27 +0200 > From: "Lis" > Subject: Re: SMBQ > To: > Message-ID: <001501c53f64$e8560c40$0200a8c0@xp2400> > Content-Type: text/plain; format=flowed; charset="Windows-1252"; > reply-type=response > u must change the security to user > the public to no > only guest to no But that would change the entire directory, not just a subdirectory. What I was hoping to be able to do was create a new subdirectory but ask the users for a password for that subdiretory only, not the entire branch. Does anyone know if this is possible in Samba ? Even if I could just create a new password protected share without changing or effecting existing ones... can you do anything like this? [Private] comment = Private path = /Private public = no writable = yes only guest = no password = 9letmein9 Thanks for your replies.