summaryrefslogtreecommitdiffstats
path: root/src/os-plugins
diff options
context:
space:
mode:
authorDirk2012-11-27 22:42:16 +0100
committerDirk2012-11-27 22:42:16 +0100
commitf41035ddaa62fb9efd3e87e7655feac069a93d1c (patch)
tree1366368ed7399d43f6509a6d538ff6733f12fb9c /src/os-plugins
parentMore changes regarding Vbox and virtualization ... (diff)
downloadcore-f41035ddaa62fb9efd3e87e7655feac069a93d1c.tar.gz
core-f41035ddaa62fb9efd3e87e7655feac069a93d1c.tar.xz
core-f41035ddaa62fb9efd3e87e7655feac069a93d1c.zip
Added missing file ...
Diffstat (limited to 'src/os-plugins')
-rw-r--r--src/os-plugins/plugins/vmchooser/files/smb.conf17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/os-plugins/plugins/vmchooser/files/smb.conf b/src/os-plugins/plugins/vmchooser/files/smb.conf
new file mode 100644
index 00000000..a8a865f3
--- /dev/null
+++ b/src/os-plugins/plugins/vmchooser/files/smb.conf
@@ -0,0 +1,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
+