I ran into this issue and it appears to be a hold over from the old pluto days. Below is a copy of the note I added to a bug report regarding this issue. make the changes on any already created MD's /etc/smb.conf file and then make the changes below on the core, as the core uses these files to create the files for any new MD's
QuoteI thinks this related to the workgroup still being labeled as pluto in the following templates. /usr/pluto/templates/smb.conf.tmpl and /usr/pluto/templates/smb.conf.template. I changed this files to and the second MD that I added was set up in the LinuxMCE workgroup without any additional work. I am sure that there are going to be lots of little hold overs from pluto. Here is my diff for smb.conf.template.
--- smb.conf.template.orig 2007-08-19 09:50:18.000000000 -0500
+++ smb.conf.template 2007-08-19 09:46:38.000000000 -0500
@@ -6,7 +6,7 @@
[global]
## BEGIN : Domain and Hostname
- workgroup = pluto
+ workgroup = LinuxMCE
server string = %h server (Samba %v)
## END : Domain and Hostname
smb ports = 139
Here is the diff for smb.conf.tmpl
--- smb.conf.tmpl.orig 2007-08-19 09:58:18.000000000 -0500
+++ smb.conf.tmpl 2007-08-19 09:46:16.000000000 -0500
@@ -1,5 +1,5 @@
[global]
- workgroup = pluto
+ workgroup = LinuxMCE
server string = %h server (Samba %v)
invalid users = root
log file = /var/log/samba/log.%m
obvious it is a very simple fix, but I hope we can get this changed quickly.
Thanks,
Rob