From owner-freebsd-questions Sun May 9 14:37:26 1999 Delivered-To: freebsd-questions@freebsd.org Received: from c000.paix.cp.net (c000-h003.c000.paix.cp.net [209.228.15.141]) by hub.freebsd.org (Postfix) with SMTP id 6F15615A7A for ; Sun, 9 May 1999 14:37:22 -0700 (PDT) (envelope-from notme@lvdi.net) Received: (cpmta 9638 invoked from network); 9 May 1999 14:37:21 -0700 Received: from usr5-ppp216.lvdi.net (HELO lvdi.net) (216.24.141.216) by smtp.lvdi.net with SMTP; 9 May 1999 14:37:21 -0700 X-Sent: 9 May 1999 21:37:21 GMT Message-ID: <37360164.7D80B99E@lvdi.net> Date: Sun, 09 May 1999 14:43:00 -0700 From: notme Organization: me++ X-Mailer: Mozilla 4.51 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: Dan Mahoney Cc: questions@freebsd.org Subject: Re: Samba and Browsing... References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Did you make sure that the directory's permission in FreeBSD is read/write for groups/others? Hope this helps... Frankie Frankie Dan Mahoney wrote: > Hi, all you samba-heads out there...Here's a stumper, and I just don't get > why it is, but was wondering if anyone has anything to try... > > Okay, samba works well, browsing works great (using my bsd box as a wins), > but I find that my users cannot write to their homedirs. I get some sort > of access denied error from the windoze side (I AM able to duplicate the > error using smbclient, so this isn't just a windows bug) > > The error returned by smbclient is ERRDOS - ERRnoaccess (access denied.) > opening remote file \[whatever test file I used] (I don't get this error > when I'm smbclienting as root). > > I note that copying to the TMP directory works fine from either side... > > Included below is my smb.conf, which is mostly generated by swat, but some > of which is modified by hand for testing... > > Anything you guys can tell me is mucho useful, thanks. > > # Samba config file created using SWAT > # from GushiComTech.DanMahoney.Com (127.0.0.1) > # Date: 1999/04/23 19:27:40 > > # Global parameters > browseable = Yes (* Added with no effect) > workgroup = MAIN > server string = Samba Server > interfaces = 192.168.1.1/255.255.255.0 > log file = /usr/local/samba/var/log.%m > max log size = 50 > socket options = TCP_NODELAY > domain logons = Yes > preferred master = Yes > domain master = Yes > dns proxy = No > wins support = Yes > hosts allow = 192.168.1. 192.168.2. 127. > > [homes] > comment = Home Directories > writeable = Yes (* Changed from `read only = no' with no effect) > browseable = No > > [printers] > comment = All Printers > path = /usr/spool/samba > print ok = Yes > browseable = No > > [tmp] > comment = Temporary file space > path = /tmp > admin users = danm > read only = No > guest ok = Yes > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message