LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   Samba Read and Write list together. (https://www.linuxquestions.org/questions/linux-server-73/samba-read-and-write-list-together-4175561396/)

hack3rcon 12-14-2015 02:30 AM

Samba Read and Write list together.
 
Hello.
I give a write permission to a group that contain some users but I want other can read my share, What should i do?

My config is :

[my-share]
comment= Linux File Server
path= /mnt/myshare
public= no
guest ok = yes
read list = win2
valid users= @full
writable= yes
browsable = yes


"full" is my group and "win2" is a user that defined by Samba Sernet. I joined my Windows clients to Linux domain and "win2" is my Windows client username.when I want open my share in Windows it ask me username and password and repeat it :(

How can I solve it?

swampthing001 12-15-2015 11:08 AM

Can you please clarify your question? Are you trying to create a Linux share that is accessible to a group or to everyone except the group?

swampthing001 12-15-2015 11:12 AM

This post may solve your issue, hopefully.
http://www.linuxquestions.org/questi...nabled-475630/

hack3rcon 12-21-2015 04:39 AM

Quote:

Originally Posted by swampthing001 (Post 5464588)
Can you please clarify your question? Are you trying to create a Linux share that is accessible to a group or to everyone except the group?

I shared a directory on Linux and I want member of a group can read/write but other just read.


All times are GMT -5. The time now is 03:07 PM.