diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 06:13:27 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2007-01-14 06:13:27 +0000 |
commit | d8bcc8f168b124671ca9315a1743534a0ca0bae8 (patch) | |
tree | e1c72e9f66a83830051f859bc21d0efccd807bcf /package/samba/simple.conf | |
parent | 7b957dd483edfe3a4f39f7d82cbf470a1bd51524 (diff) |
Add Samba to buildroot.
Diffstat (limited to 'package/samba/simple.conf')
-rw-r--r-- | package/samba/simple.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/package/samba/simple.conf b/package/samba/simple.conf new file mode 100644 index 000000000..c2c0c8c9a --- /dev/null +++ b/package/samba/simple.conf @@ -0,0 +1,25 @@ +#======================= Global Settings ===================================== +[global] +workgroup = MYGROUP +server string = MYDATA +max log size = 50 +security = share +encrypt passwords = yes +smb passwd file = /etc/samba/smbpasswd +log file = /var/log/samba/log.smbd +hosts allow = 127. +interfaces = eth0 192.168.0.1/255.255.255.0 +socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 + +#============================ Share Definitions ============================== +idmap uid = 16777216-33554431 +idmap gid = 16777216-33554431 +template shell = /bin/false +winbind use default domain = no + +[data] +path = /data +public = yes +only guest = yes +writable = yes +printable = no |