When I click a configuration option in SWAT in order to get the help files, the link is http://myhost:901/swat/help/manpages/smb.conf.5.html#EASUPPORT However, now the correct one seem to be http://myhost:901/swat/help/smb.conf.5.html#EASUPPORT (manpages left out). Because of that, when invoking the help, you receive a 404.
Are you using a prebuilt package? Or did you compile and run make install ?
Compiled it myself from the 3.0.20a sources.
This is actually a bug in the docs/ directory of 3.0.20a. My fault. simply `mv docs/manpages-3 docs/manpages` and rerun `make install`. The other smb.conf.5.html you are seeing is from a previous install. You might want to remove the original installed swat directory before re-running `make install`
This does not seem to be the culprit: myhost:~/samba-3.0.20a# mv docs/manpages-3 docs/manpages mv: cannot stat `docs/manpages-3': No such file or directory myhost:~/samba-3.0.20a# ls docs/ REVISION Samba3-Developers-Guide.pdf THANKS htmldocs registry Samba3-ByExample.pdf Samba3-HOWTO.pdf history manpages
No. That's it. I just gave you the wrong path. $ mv docs/htmldocs/manpages-3 docs/htmldocs/manpages
Verified, WFM.