daily pastebin goal
76%
SHARE
TWEET

Untitled

a guest Nov 12th, 2015 83 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [global]
  2.  
  3.    workgroup = WORKGROUP
  4.    server string = %h server
  5.    wins support = yes
  6.    dns proxy = no
  7.  
  8.    log file = /var/log/samba/log.%m
  9.    max log size = 1000
  10.    syslog = 0
  11.    panic action = /usr/share/samba/panic-action %d
  12.    log level = 2
  13.  
  14.    security = user
  15.    encrypt passwords = true
  16.    passdb backend = tdbsam
  17.    obey pam restrictions = yes
  18.    unix extensions = no
  19.    unix password sync = no
  20.    pam password change = no
  21.  
  22.    map to guest = bad user
  23.    guest ok = yes
  24.  
  25.    veto files = lost+found
  26.  
  27.    passwd program = /usr/bin/passwd %u
  28.    passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  29.  
  30.    pam password change = no
  31.  
  32.    load printers = yes
  33.    show add printer wizard = no
  34.  
  35.    printing = cups
  36.    printcap name = cups
  37.    use client driver = yes
  38.  
  39.    os level = 63
  40.    local master = yes
  41.    preferred master = yes
  42.    domain master = No
  43.  
  44.    printing = cups
  45.    printcap name = cups
  46.  
  47.    socket options = TCP_NODELAY
  48.  
  49.    create mask = 0664
  50.    directory mask = 0775
  51.    force group = nicols
  52.    force user = nicols
  53.  
  54.    include = /etc/samba/shareovi-sve_mreze.conf
  55.    include = /etc/samba/kante/smb-%I.conf
  56.  
  57. [printers]
  58.    comment = All Printers
  59.    browseable = no
  60.    path = /var/spool/samba
  61.    printable = yes
  62.    guest ok = no
  63.    read only = yes
  64.    create mask = 0700
RAW Paste Data
Top