summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/config/smb.conf
blob: 016ca2f37f48ddee265f69724203b6e88b5da687 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# -----------------------------------------------------------------------------
#
# 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 bwlehrpool@hs-offenburg.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