From owner-freebsd-questions@FreeBSD.ORG Thu Mar 10 18:16:14 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 5225316A4CF for ; Thu, 10 Mar 2005 18:16:14 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6279243D5E for ; Thu, 10 Mar 2005 18:16:13 +0000 (GMT) (envelope-from linicks@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so369879rns for ; Thu, 10 Mar 2005 10:16:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=db70r3NOz50s4F9hw8mdXgtdEE3ZpmnzGZb6cWIx9sslZKNodtH784DW8Smaibl72J7lpJ9DRMfZBHHesoRIdj+yeSv5eiiJAoAhuf6dEP9Ha9lh3R5W+UyWpFU0Eazl9pVg76mDa0hGMqJ/tIeSM83qOK4a4LxSNew4BZ+y1rs= Received: by 10.38.179.14 with SMTP id b14mr671764rnf; Thu, 10 Mar 2005 10:16:12 -0800 (PST) Received: by 10.38.8.69 with HTTP; Thu, 10 Mar 2005 10:16:12 -0800 (PST) Message-ID: Date: Thu, 10 Mar 2005 11:16:12 -0700 From: Nick Pavlica To: David Larkin In-Reply-To: <20050310191945.574bb924@sparrow> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <20050310182852.0a9e0951@sparrow> <20050311021240.9F16.LUKEK@meibin.net> <20050310185932.6a965cd8@sparrow> <20050310191945.574bb924@sparrow> cc: questions@freebsd.org Subject: Re: SAMBA newbie X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nick Pavlica List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2005 18:16:14 -0000 "Is this safe ?????" Obviously security isn't really a priority in your situation. It sound like you are really looking for convenience. That said there are a large number of options out there for you, samba is one of them and can easily be configured with a utility called webmin (http://www.webmin.com/). A more secure option could be OpenSSH. --Nick On Thu, 10 Mar 2005 19:19:45 +0000, David Larkin wrote: > On Thu, 10 Mar 2005 18:59:32 +0000 > David Larkin wrote: > > > On Fri, 11 Mar 2005 02:15:28 +0900 > > Luke Kearney wrote: > > > > > > > > On Thu, 10 Mar 2005 18:28:52 +0000 > > > David Larkin spake thus: > > > > > > > I have a FreeBSD 5.3 machine and a Windoze XP box. > > > > > > > > I am the only user of both. > > > > > > > > I don't want to share files or act as a full time fileserver. > > > > > > > > I simply wish to exchange files ocassionally, e.g. copy FreeBSD backup files to the XP box to burn on CD. > > > > > > > > I used to use anon ftp for this type of thing but found the security a nightmare. I've now installed Samba on the FreeBSD box , but I'm not sure this is a good idea. > > > > > > > > Can I set up a 'sandbox' directory on my FreeBSD machine where both machines can read and write ? > > > > > > > > After installing samba and setting the workgroup in smb.conf, i can now see the FREEBSD box in 'view workgroup computers' but clicking on that I am asked for a username/password , which i'm reluctant to give. > > > > > > > > Any advice ? > > > > _______________________________________________ > > > > > > > > > Hello, > > > If you take a look at the documentation you will find that you have > > > several options, you can encrypt the passwds, you could set up a guest > > > account with no passwd but restrict access to a particular filesystem to > > > think of but two. > > > > > > HTH > > > > > > LukeK > > > > > > > Thanks, I don't want to use any passwords, enrypted or otherwise > > > > The guest account sounds interesing. > > > > I've commented out the following in smb.conf > > > > # This one is useful for people to share files > > [tmp] > > comment = Temporary file space > > path = /tmp > > read only = no > > public = yes > > > > > > should this allow everyone on both machines to write to the /tmp directory but not execute anything there ? > > > > I still get challenged for a username/password on the XP directory. > > guest/guest and nobody/nobody both fail > > > > OK, I got that to work by changing the line > security = user > > to > > security = share > > Is this safe ????? > > > > > -- > > > <> > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >