summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser/files/smb.conf
blob: ec757ce49a3c85aa292fef9341569468f3a226e5 (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
# 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 = NWIF
  pid directory = PIDDIR

[userhome]
  comment = Home Directory of USER
  path = /home/USER
  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