From owner-freebsd-questions@FreeBSD.ORG Tue May 24 07:59:35 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 B3E7E16A41C for ; Tue, 24 May 2005 07:59:35 +0000 (GMT) (envelope-from juu.borg@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id 61CEB43D1D for ; Tue, 24 May 2005 07:59:35 +0000 (GMT) (envelope-from juu.borg@gmail.com) Received: by wproxy.gmail.com with SMTP id 69so2260198wra for ; Tue, 24 May 2005 00:59:34 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=VSUrnf3hlzpR3CGdQNdcNBGrBaOsHt1ObVQbzQ47kW6uEzaFlwrJjGBIKGs+k+c5H31+Iuue3w4A4MQ3gAuYtF5vJtBlC+BnAsQUXdYnKBMTj8u1JdBV7sACR+8smYALq1qlQc36o8KhpI3eu46+9azTbjxCFotR1q0gSWIV/vM= Received: by 10.54.79.8 with SMTP id c8mr3424226wrb; Tue, 24 May 2005 00:59:33 -0700 (PDT) Received: by 10.54.140.4 with HTTP; Tue, 24 May 2005 00:59:33 -0700 (PDT) Message-ID: <6f2ed49705052400594ed43037@mail.gmail.com> Date: Tue, 24 May 2005 09:59:33 +0200 From: Joseph Borg To: FreeBSD Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Samba Config X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joeborg@ieee.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 May 2005 07:59:35 -0000 Hi, I don't know whether this is the appropriate list to ask but since my install is on FreeBSD, I thought I'd try. I've got a FreeBSD server 5.4 running samba 3.x. I then have 3 Windows XP Pro Stand Alone PCs. I'd like to use the samba server as a simple file share/network drive server. I would not like to run it as a domain controllers. I'm therefore going to use a simple workgroup. The samba server would have multiple shares and, ideally, each share will have read and/or write access according to the PC/user accessing it. Is there any way of doing this in a simple manner? Ideally I'l like to avoid users having to explicitely authenticate each time they need to access a shared drive. I originally thought of assigning permissions according to IP address (since xp pcs have static ips...this would have worked fine for me, but i can't find out if its possible). Please note that I'm not looking for bullet proof security. I simply want a way to implicitely assign a given user permissions to a share, without complex authentication. thanks, Joe