Advertisement
Guest User

Untitled

a guest
Jul 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [global]
  2.    workgroup = MSHOME
  3.    server string = bbx
  4.    dns proxy = no
  5.  
  6.    log file = /var/log/samba/log.%m
  7.    max log size = 1000
  8.    syslog only = no
  9.    syslog = 0
  10.    panic action = /usr/share/samba/panic-action %d
  11.  
  12.    security = user
  13.    encrypt passwords = true
  14.    passdb backend = tdbsam
  15.    obey pam restrictions = yes
  16.    unix password sync = yes
  17.    passwd program = /usr/bin/passwd %u
  18.    passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  19.    pam password change = yes
  20.  
  21.    load printers = yes
  22.    printing = cups
  23.    printcap name = cups
  24.  
  25.    socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
  26. ;   message command = /bin/sh -c '/usr/bin/linpopup "%f" "%m" %s; rm %s' &
  27.  
  28. ;   idmap uid = 10000-20000
  29. ;   idmap gid = 10000-20000
  30. ;   template shell = /bin/bash
  31.  
  32. ;   usershare max shares = 100
  33.  
  34. [homes]
  35.    comment = Home Directories
  36.    browseable = no
  37.  
  38.    read only = no
  39.  
  40.    create mask = 0700
  41.    directory mask = 0700
  42.  
  43.    valid users = %S
  44.  
  45. [printers]
  46.    comment = All Printers
  47.    browseable = no
  48.    path = /var/spool/samba
  49.    printable = yes
  50.    guest ok = no
  51.    read only = yes
  52.    create mask = 0700
  53.  
  54. [print$]
  55.    comment = Printer Drivers
  56.    path = /var/lib/samba/printers
  57.    browseable = yes
  58.    read only = yes
  59.    guest ok = no
  60.    write list = root, @lpadmin, @cups
  61.  
  62. [fs]
  63.    comment = Filesystem
  64.    browsable = yes
  65.    guest ok = no
  66.    read only = yes
  67.    path = /
  68.    write list = root
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement