NoPaste

testparm

von Debian99

SNIPPET_TEXT:
  1. Load smb config files from /etc/samba/smb.conf
  2. Processing section "[homes]"
  3. Processing section "[printers]"
  4. Processing section "[print$]"
  5. Loaded services file OK.
  6. Server role: ROLE_STANDALONE
  7.  
  8. Press enter to see a dump of your service definitions
  9.  
  10. # Global parameters
  11. [global]
  12.         server role = standalone server
  13.         security = USER
  14.         map to guest = Bad User
  15.         passdb backend = smbpasswd
  16.         passwd program = /usr/bin/passwd %u
  17.         passwd chat = *Enter\snew\s*\spassword:* %n\n *Retype\snew\s*\spassword:* %n\n *password\supdated\ssuccessfully* .
  18.         syslog = 0
  19.         log file = /var/log/samba/log.%m
  20.         max log size = 1000
  21.         dns proxy = No
  22.         usershare allow guests = Yes
  23.         panic action = /usr/share/samba/panic-action %d
  24.         idmap config * : backend = tdb
  25.         read only = No
  26.         guest ok = Yes
  27.  
  28.  
  29. [homes]
  30.         comment = Users profiles
  31.         path = /home/samba/profiles
  32.         valid users = %S
  33.         read only = Yes
  34.         create mask = 0600
  35.         directory mask = 0700
  36.  
  37.  
  38. [printers]
  39.         comment = All Printers
  40.         path = /var/spool/samba
  41.         create mask = 0700
  42.         guest only = Yes
  43.         printable = Yes
  44.         print ok = Yes
  45.         browseable = No
  46.  
  47.  
  48. [print$]
  49.         comment = Printer Drivers
  50.         path = /var/lib/samba/printers

Quellcode

Hier kannst du den Code kopieren und ihn in deinen bevorzugten Editor einfügen. PASTEBIN_DOWNLOAD_SNIPPET_EXPLAIN