Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [global]
- invalid users = root bin daemon adm lp sync shutdown halt news uucp operator portage nobody man sshd \
- cron nullmail named dhcp apache postgres mail postmaster memcached ftp nginx svn ntp \
- messagebus polkitd squid smmsp
- workgroup = WORKGROUP
- server string = Samba Server
- netbios name = CRITS
- security = user
- map to guest = bad user
- guest account = guest
- username map = /etc/samba/smbusers
- hosts allow = 192.168.2. 127. 169.254.
- load printers = no
- printing = bsd
- printcap name = /dev/null
- max log size = 500
- log level = 1 auth:3
- interfaces = wifi lo
- bind interfaces only = yes
- dns proxy = no
- name resolve order = wins lmhosts hosts bcast
- wins support = yes
- wins proxy= no
- os level = 255
- preferred master = yes
- local master = yes
- domain master = yes
- ;------------------------------
- read raw = yes
- write raw = yes
- wide links=yes
- getwd cache=yes
- stat cache = yes
- strict sync = no
- use sendfile = yes
- large readwrite = yes
- oplock contention limit = 5
- oplock break wait time = 100
- case sensitive = true
- strict allocate = yes
- max xmit = 131072
- dead time = 15
- min receivefile size = 43638
- aio read size = 643638
- aio write size = 643638
- aio write behind = false
- ##Optimize tcp
- socket options = TCP_NODELAY SO_RCVBUF=262144 SO_SNDBUF=262144 IPTOS_LOWDELAY SO_KEEPALIVE
- write cache size = 12826144
- strict allocate = yes
- [share]
- comment = Guest share
- path = /home/guest/share
- writable = yes
- printable = no
- create mask = 0644
- force create mode = 0644
- directory mask = 0755
- force directory mode = 0755
- force group = guest
- valid users = guest
- guest ok = yes
- guest only = yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement