; Template configuration file for smbd. ; ============================================================================ ; For the format of this file and comprehensive descriptions of all the ; configuration option, please refer to the man page for smb.conf(5). ; ; The following configuration should suit most systems for basic usage and ; initial testing. It gives all clients access to their home directories and ; allows access to all printers specified in /etc/printcap. It also provides ; a public share point for generally exporting stuff. ; ; Some things to check out: ; ; 1: Make sure that the user specified in "guest account" exists. Typically ; this will be a user that cannot log in and has minimal privileges. ; Often the "nobody" account doesn't work (very system dependant). ; ; 2: You should consider the "security =" option. See a full description ; in the main documentation and the smb.conf(5) manual page ; ; 3: Look at the "hosts allow" option, unless you want everyone on the internet ; to be able to access the shares you export here. ; ; 4: If you want to support printers, add/uncomment the relevant entries. ; [global] client code page = 437 coding system = utf8 guest account = unknown encrypt passwords = yes [homes] comment = User Home Directories browseable = no read only = no create mode = 0750 ;[public] ; path = /tmp ; public = yes ; only guest = yes ; writable = yes ; printable = no ;[printers] ; comment = All Printers ; browseable = no ; printable = yes ; public = no ; writable = no ; create mode = 0700