I have an issue once I have winbind installed. The
module cannot handle spaces in names, things such
as "@DOMAIN+Valid Users" get converted to
@DOMAIN+Valid,@Users in the smb.conf file. If you put
the first statement in the smb.conf file, it works
great, but the webmin module doesn't see it at
all...and smokes it when you modify permissions.
Other then that, I think webmin is an excellent tool.
Logged In: YES
user_id=129364
Thanks for the bug report .. I have uploaded a fix for
this to http://www.webmin.com/updates.html
Logged In: YES
user_id=164477
It still isn't quite there....it looks a lot better though
It displays it properly in webmin now, but still saves to the
conf file incorrectly.
smb.conf contains:
write list = @DOMAIN+Trusted,@Users, DOMAIN+user1
instead of
write list = "@DOMAIN+Trusted Users", DOMAIN+User1
(needs quotes as well....)
see what I mean, it parses the space into a seperate
group...and thus won't work.
Logged In: YES
user_id=129364
My mistake - I misread your bug report and didn't realize
the smb.conf used quota as well. Try getting the newer
update from http://www.webmin.com/updates.html
Logged In: YES
user_id=164477
I seem to get the same behaviour from the newer version..
Logged In: YES
user_id=129364
Would it be possible for you to email me the section of
smb.conf that contains the problem line, at
jcameron@webmin.com ?
I must be getting confused about the correct format ..