etphonehome2
IS-IT--Management
I need to configure a share where some users have write access and others read only, how do I configure the smb.conf file? If there is a better way, I welcome
My environment is as follows:
Samba server is UNIX: AIX and Solaris...
All users are NT/W2K users thus authenticating either via the PDC or Active Directory depending upon which domain they come from. I have everything working except now they want to allow specific users read-only and others write access.
smb.conf file:
-------------
[global]
....
username map = /opt/freeware/etc/user.map
....
[indexing]
comment = Indexing
path = /u06/indexing
write list = wasadm
user.map file:
-------------
wasadm = user1, user2, user3
My environment is as follows:
Samba server is UNIX: AIX and Solaris...
All users are NT/W2K users thus authenticating either via the PDC or Active Directory depending upon which domain they come from. I have everything working except now they want to allow specific users read-only and others write access.
smb.conf file:
-------------
[global]
....
username map = /opt/freeware/etc/user.map
....
[indexing]
comment = Indexing
path = /u06/indexing
write list = wasadm
user.map file:
-------------
wasadm = user1, user2, user3