[Samba] read and write list

Igor Kryltsov kryltsov at yahoo.com
Fri Mar 12 04:38:03 GMT 2004


Hi,

I can not find information how to configure a share to allow everyone read
access and users of specific NT group write access.
 Now my smb.conf looks like:
[global]
        log level = 2
        syslog = 2
        workgroup = AMITY
        netbios name = AMITYDEVEL
        guest account = nobody
        security = server
        password server = AMDATA
        hosts allow = 10.
        local master = yes
        socket options = TCP_NODELAY
        writable = yes
        guest ok = yes
        syslog only = yes
        max log size = 1000
[web_applications_ams_development]
        path = /var/ams
        comment = Web Application AMS Development
        volume = WEB_APPLICATION_AMS_DEVELOPMENT
        guest ok = no
#       read only = yes
#       writable = no
#       read list = guest
#       write list = igork
#       write list = @"AMITY+AWS_AMS_Update"
#       write list = @"AMITY+Domain Admins"
#       valid groups = @"AMITY+AWS_AMS_Update"
        valid groups = @"AMITY+Domain Admins"

.. and I am lost.

Please help, if you can.

Thank you,

Igor






More information about the samba mailing list