diff options
author | Dirk | 2012-11-27 22:42:16 +0100 |
---|---|---|
committer | Dirk | 2012-11-27 22:42:16 +0100 |
commit | f41035ddaa62fb9efd3e87e7655feac069a93d1c (patch) | |
tree | 1366368ed7399d43f6509a6d538ff6733f12fb9c | |
parent | More changes regarding Vbox and virtualization ... (diff) | |
download | core-f41035ddaa62fb9efd3e87e7655feac069a93d1c.tar.gz core-f41035ddaa62fb9efd3e87e7655feac069a93d1c.tar.xz core-f41035ddaa62fb9efd3e87e7655feac069a93d1c.zip |
Added missing file ...
-rw-r--r-- | src/os-plugins/plugins/vmchooser/files/smb.conf | 17 |
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 + |