summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser/files/smb.conf
blob: a8a865f3c7537a26cf28265bdaf1a07e3445a1c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 = USER Home Directory
  path = /home/USER
  create mask = 0700
  guest ok = No
  read only = No