Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.71 KB | None | 0 0
  1. [global]
  2.         netbios name = ATOM1
  3.         workgroup = WORKGROUP
  4.         server string = Samba Server
  5.         interfaces = eth1 lo eth0
  6.         #bind interfaces only = yes
  7.         map to guest = bad user
  8.         guest account = nobody
  9.         #security = share
  10.         security = user
  11.         hide files = /.*/
  12.         invalid users = root
  13.         #unix extensions = no
  14.  
  15.         #log level = 0 vfs:[012]
  16.         #log file = /var/log/samba.%U.%m.log
  17.         #max log size = 50000
  18.         #debug timestamp = yes
  19.         #syslog = 0
  20.  
  21. [homes]
  22.         #guest ok = no
  23.         #read only = no
  24.         comment = Home Directories
  25.         browseable = yes
  26.         writeable = yes
  27.         valid users = %S
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement