I am currently using samba as a file server only. But
due to security requirements at my company I have
modify the settings so that I maximize the best samba
"security solution" possible.
This System is in a NIS environment and obviously the
password server is not being used since
security=SHARE.
Here is my smb.conf file
Any Advice will be apreciated. Thank You


# Samba config file created using SWAT
# from aadhcp6-62.aa.hcia.com (157.199.6.62)
# Date: 2003/03/17 16:30:49

# Global parameters
[global]
        workgroup = DAVE
        netbios name = LION
        server string = Lion Samba Server
        security = SHARE
        encrypt passwords = Yes
        password server = george00
        log file = /var/log/samba.log
        max log size = 50
        time server = Yes
        os level = 0
        local master = No
        domain master = No
        wins server = 10.10.1.44
        hosts allow = 10.10

[bentest]
        comment = Ben Test Directories
        path = /tmp/bentest
        valid users = bsegb
        force group = denalidata
        read only = No
        create mask = 0774
        guest ok = Yes


__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to