summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+