1833871 Members
1818 Online
110063 Solutions
New Discussion

Problem with Samba/Cifs

 
SOLVED
Go to solution
Pippo_9
Frequent Advisor

Problem with Samba/Cifs

Hi all.

Software currently installed:
O.S.: HP-UX 11.00
Cifs Server: A.01.10
Base JFS 3.3 layout 3

I have got this issue:
I need to allow a
1) group of users to access to a Share with both read and write permits
2) another group only with read permits (on the same Share).

I would like not to use ACL.

Any hints?

Thanks

JPM
4 REPLIES 4
RAC_1
Honored Contributor
Solution

Re: Problem with Samba/Cifs

In your share put following options.

read only = yes
write list = "xxx bbb ccc and all users you want to give write access"

Hope this helps.

Anil
There is no substitute to HARDWORK
Geoff Wild
Honored Contributor

Re: Problem with Samba/Cifs

As RAC says - write list is the way to go...

Good documentation is on your server via SWAT.

Go to http://yourserver:901

Enter root for userid and password...

On the main page, go to "smb.conf - the main Samba configuration file "

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Darren Prior
Honored Contributor

Re: Problem with Samba/Cifs

Hi,

It's even easier if your group of read only users and read/write users are in separate HP-UX groups as you can then use the group name in the parameters that RAC mentions, eg:

write list = @rwusers

regards,

Darren.
Calm down. It's only ones and zeros...
Pippo_9
Frequent Advisor

Re: Problem with Samba/Cifs

Thanks to RAC and Darren, whose pieces of advice helped me to find the solutions.

JPM