Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. testparm -s
  2. Load smb config files from /etc/samba/smb.conf
  3. rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
  4. Processing section "[pub]"
  5. Processing section "[Archive]"
  6. Processing section "[Archive_rw]"
  7. Loaded services file OK.
  8. Server role: ROLE_STANDALONE
  9. [global]
  10.     workgroup = WORKGROUP
  11.     netbios name = SERVER2
  12.     server string = %h
  13.     bind interfaces only = Yes
  14.     security = SHARE
  15.     null passwords = Yes
  16.     os level = 0
  17.     local master = No
  18.     domain master = No
  19.     usershare allow guests = Yes
  20.     guest ok = Yes
  21.  
  22. [pub]
  23.     path = /srv/smb/pub/
  24.     read only = No
  25.     create mask = 0644
  26.     guest only = Yes
  27.  
  28. [Archive]
  29.     path = /srv/smb/archive/
  30.     create mask = 0644
  31.     guest only = Yes
  32.  
  33. [Archive_rw]
  34.     path = /srv/smb/archive/
  35.     read only = No
  36.     create mask = 0644
  37.     guest only = Yes
  38.     browseable = No