LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Samba Access Rights (https://www.linuxquestions.org/questions/linux-newbie-8/samba-access-rights-268849/)

esasse 12-21-2004 01:04 PM

Samba Access Rights
 
I'm using this:

Code:

[global]
  ...
  ...
  security = share

[software]
  path = /opt/software
  public = yes
  read only = yes
  admin users = esasse

All files are rwxrwxrwx root root.

This directory should be read only to everyone. This is working.
I (esasse) want to have admin rights in this share, but I only get read only.

What's wrong?

amfoster 12-21-2004 03:11 PM

try adding a line that reads

write list = esasse

esasse 12-22-2004 04:46 AM

Did it before. Didn't work. :(

amfoster 12-22-2004 05:42 AM

Are the UNIX permissions on that directory writable to essase? Samba can't give permissions above and beyond what are already set UNIX wise.

esasse 12-22-2004 05:44 AM

Yes, the directory and all files are rwxrwxrwx.
Isn't it right?

amfoster 12-22-2004 05:56 AM

Hmm.. There is a user named essase on that machine? It may have something to do with the security = share. I have never used that. I use the user security and create samba users.

esasse 12-22-2004 06:45 AM

Yes, there is a named user esasse and a samba user esasse.
I can even access my home share without problems.


All times are GMT -5. The time now is 09:40 AM.