summaryrefslogtreecommitdiffstats
path: root/src/os-plugins/plugins/vmchooser/files/smb.conf
blob: 61461ed6c01925def210679e565cfe4dc444b520 (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 = Home Directory of USER
  path = /home/USER
  create mask = 0700
  guest ok = No
  read only = No