Check the samba version

Gerhard Klein G.Klein at edelmann.de
Mon Oct 4 07:39:23 GMT 1999


Samba error message:
Webmin failed to get the version of your samba server executable
/usr/sbin/smbd. Check your module configuation to make sure this is the
correct path.

The code in .../webmin/samba/index.cgi

# Check the samba version
$out = `$config{'samba_server'} -v 2>&1`;

should be changed to

# Check the samba version
$out = `$config{'samba_server'} -V 2>&1`;


Gerhard

--
http://www.edelmann.de
mailto:G.Klein at edelmann.de
Phone: +49 7321 340 368
Fax:   +49 7321 340 363

-------------- next part --------------
HTML attachment scrubbed and removed


More information about the samba-ntdom mailing list