Advertisement
Guest User

smb.conf

a guest
Mar 3rd, 2016
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.72 KB | None | 0 0
  1. ; Configuration file for smbd.
  2. ; ============================================================================
  3. [global]
  4.     winbind use default domain = yes
  5.     read raw = no
  6.     load printers = yes
  7.     socket options = TCP_NODELAY
  8.     guest account = pcguest
  9.     client lanman auth = yes
  10.     writeable = yes
  11.     encrypt passwords = yes
  12.     log file = /usr/local/samba/log.%m
  13.     printcap name = /etc/printcap
  14.     client plaintext auth = yes
  15.     write raw = no
  16.     printing = bsd
  17.     winbind trusted domains only = yes
  18.     os level = 20
  19.     null passwords = yes
  20.     client ntlmv2 auth = no
  21.     security = user
  22.  
  23. [homes]
  24.     comment = Home Directories
  25.     create mode = 0750
  26.  
  27. [printers]
  28.     create mode = 0700
  29.     comment = All Printers
  30.     printable = yes
  31.     writeable = yes
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement