From owner-freebsd-questions Mon May 13 5:52:44 2002 Delivered-To: freebsd-questions@freebsd.org Received: from jimknoll.dyndns.org (dhcp065-029-069-057.indy.rr.com [65.29.69.57]) by hub.freebsd.org (Postfix) with SMTP id 642DE37B401 for ; Mon, 13 May 2002 05:52:38 -0700 (PDT) Received: (qmail 30793 invoked by uid 1001); 13 May 2002 12:52:34 -0000 Date: Mon, 13 May 2002 07:52:34 -0500 From: Jim Knoll To: freebsd-questions@freebsd.org Subject: SAMBA guest access Message-ID: <20020513075234.A30776@indy.rr.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I am trying to run SAMBA on a 4.2 RELEASE box. I use the box as a cvs server, and every night I tar up the cvs repository and use smbclient to move the repository to an nt share that is automatically backed up. I would like to use sambe to allow the repository to backed up by the nt backup server. Guest access to the server does not seem to work. I can access the share by adding my nt password with smbpassword, but it setting guest ok=yes does not allow any client not in the samba password database to access the share. Here is my smb.conf: [global] workgroup = CVSWKGP encrypt passwords = yes guest ok = no [cvs] path = /usr/local/export/cvs read only = yes guest ok = yes browseable = yes Does anybody see what I am doing wrong? Thanks, Jim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message