summaryrefslogblamecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/config/smb.conf
blob: 951373779e0a0dbb42fa0ad2bd07cfd8fb998ac6 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                                               

                                                 

                                                                         


                                                                       
                                              
 
                                                                            
 



























                                                                                
# -----------------------------------------------------------------------------
#
# Copyright (c) 2009..2018 bwLehrpool-Projektteam
#
# This program/file is free software distributed under the GPL version 2.
# See https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
#
# If you have any feedback please consult https://bwlehrpool.de and
# send your feedback to support@bwlehrpool.de.
#
# General information about bwLehrpool can be found at https://bwlehrpool.de
#
# -----------------------------------------------------------------------------
# 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