Hi,
I have this working by forcing as root. I was looking for more granularity with security as user.All the users should be authenticated by their user name and password.One share for read only and the other as read write.
Thanks,
Raj
When you say "All the users should be authenticated by their user name and password", do you mean their system user name and password, or by different, samba - specific user name & password?
If I understand correctly, the first model is implemented with the security directive:
# "security = user" is always a good idea. This will require a Unix account
# in this server for every user accessing the server. See
# /usr/share/doc/samba-doc/htmldocs/Samba3-HOWTO/ServerType.html
# in the samba-doc package for details.
# security = user
In principle, your design is sound. Two shares, two sets of permissions. There is some quite basic Ubuntu stuff on the
Ubuntu Community documentation. If your current configuration doesn't provide the functionality that you expect, you are going to have to post at least parts of your samba.conf either here or at another forum.