David Brodbeck
2004-Jul-13 15:56 UTC
[Samba] Permissions problem...I must be overlooking *somethin g*...
> -----Original Message----- > From: Mark Lidstone [mailto:mlidstone@bmtseatech.co.uk]> You've probably only put them in because of the problem you're having, > but "writeable/writable" and "read only" are actually the same setting > but reversed. E.g. "writeable/writable = yes" is the same as > "read only > = no". Therefore you only need to put one or the other.Yes, I know. I originally only had writable = yes, but I added the other out of frustration with Samba insisting the share is read-only.> Anyway, onto my suggestion. Have you restarted samba since > you made the > share writeable?Yes, I sent the HUP signal to the daemon to tell it to re-load its configuration file.> Also, if you're forcing group "INTERCLEAN+Domain Admins" and setting > "valid users" to the same, won't everyone be able to write to > the share > as a domain admin?Would they? I figured only Domain Admins would be allowed to access the share at all, then the "force group" would take effect after that. I took the "force group" line out, but it made no difference, I still can't create any files.
Mike Stewart
2004-Jul-14 07:57 UTC
[Samba] Permissions problem...I must be overlooking *something*...
Hi, just a thought.... Are the LINUX permissions on the directory set correctly ? Make sure it's owned by your group, I got caught out by that a few times when I created a new directory as "root" and then tried to share it for "users" Mike ----- Original Message ----- From: "David Brodbeck" <DavidB@mail.interclean.com> To: <samba@lists.samba.org> Sent: Tuesday, July 13, 2004 4:56 PM Subject: RE: [Samba] Permissions problem...I must be overlooking *something*...> > -----Original Message----- > > From: Mark Lidstone [mailto:mlidstone@bmtseatech.co.uk] > > > You've probably only put them in because of the problem you're having, > > but "writeable/writable" and "read only" are actually the same setting > > but reversed. E.g. "writeable/writable = yes" is the same as > > "read only > > = no". Therefore you only need to put one or the other. > > Yes, I know. I originally only had writable = yes, but I added the other > out of frustration with Samba insisting the share is read-only. > > > Anyway, onto my suggestion. Have you restarted samba since > > you made the > > share writeable? > > Yes, I sent the HUP signal to the daemon to tell it to re-load its > configuration file. > > > Also, if you're forcing group "INTERCLEAN+Domain Admins" and setting > > "valid users" to the same, won't everyone be able to write to > > the share > > as a domain admin? > > Would they? I figured only Domain Admins would be allowed to access the > share at all, then the "force group" would take effect after that. I took > the "force group" line out, but it made no difference, I still can'tcreate> any files. > -- > To unsubscribe from this list go to the following URL and read the > instructions: http://lists.samba.org/mailman/listinfo/samba > >--- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.712 / Virus Database: 468 - Release Date: 28/06/2004
David Brodbeck
2004-Jul-14 13:00 UTC
[Samba] Permissions problem...I must be overlooking *somethin g*...
> -----Original Message----- > From: Mike Stewart [mailto:mike@powys-training.co.uk] > Hi, just a thought.... > > Are the LINUX permissions on the directory set correctly ? > Make sure it's > owned by your group, I got caught out by that a few times > when I created a > new directory as "root" and then tried to share it for "users"The directory is owned by "INTERCLEAN+Domain Admins". I finally gave up and set the user ownership to myself...it works now for me, which is enough for now, since currently I'm the only active domain admin.