Date: Sun, 09 May 1999 14:43:00 -0700 From: notme <notme@lvdi.net> To: Dan Mahoney <root@DanMahoney.Com> Cc: questions@freebsd.org Subject: Re: Samba and Browsing... Message-ID: <37360164.7D80B99E@lvdi.net> References: <Pine.BSF.3.96.990509161937.248A-100000@GushiComTech.DanMahoney.Com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?37360164.7D80B99E>