# ----------------------------------------------------------------------------- # Copyright (c) 2009..2013 - OpenSLX GmbH # # This program/file is free software distributed under the GPL version 2. # See http://openslx.org/COPYING # # If you have any feedback please consult http://openslx.org/feedback and # send your feedback to feedback@openslx.org # # General information about OpenSLX can be found at http://openslx.org # ----------------------------------------------------------------------------- # smb.conf # - basic samba configuration file for OpenSLX host-internal networking ################################################################################ [global] workgroup = OPENSLX netbios name = HOMESERVER security = SHARE server string = Home and Print Provider bind interfaces only = Yes interfaces = nat1 pid directory = /run/samba [userhome] comment = Home Directory of USER path = /home/USER/PERSISTENT create mask = 0700 guest ok = No read only = No [scratch] comment = Host System Temp Folder path = /tmp create mask = 0700 guest ok = Yes read only = No browseable = Yes