summaryrefslogtreecommitdiffstats
path: root/core/modules/run-virt/data/opt/openslx/vmchooser/config/smb.conf
blob: d8966f71c8a7139db47ddc2cfc87ed1de1c01040 (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
# -----------------------------------------------------------------------------
# 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