I wrote this quick howto on setting up Samba with CUPS and clamav support. It needs to be looked at, maybe if I'm lucky added? Reproducible: Always Steps to Reproduce: 1. 2. 3.
Created attachment 29873 [details] samba3-cups-clamav howto My xml document. I attempted to format it as best I could.
Created attachment 29880 [details] /doc/en/quicksamba-howto.xml Very minor editing and improved coding style. IMHO, code listing 3.5 should only show how to start samba and there should be a <p> before the <pre> otherwise it looks like a code listing for <p>Do the same for the file...</p> Starting/stopping/adding to default runlevel is covered later in the guide. As I do not use samba at all, I can't validate the content but being a total samba-noob, I can say this doc made me confident I could use it to get started with samba. Good doc if may say so.
Try not to use <br/> too's much. For instance, when you talk about the various USE flags, you might want to use a table, like this: <table> <tr> <th>USE flag</th> <th>Description</th> </tr> <tr> <ti>kerberos</ti> <ti> ... </ti> </tr> ... </table>
Created attachment 30038 [details] /doc/en/quicksamba-howto.xml This is almost a complete rewrite, I fixed the mentioned problems, should be a little better. I also killed a lot of the "colour guide" problems :-P
Thanks for this really helpful guide. Just one note: The cups-samba.ss file is just a tar file, but not compressed, so the tar option to extract is just "xf" instead of (failing) "xzf". Regards, J
Thanks for this really helpful guide. Just one note: The cups-samba.ss file is just a tar file, but not compressed, so the tar option to extract is just "xf" instead of (failing) "xzf". Regards, Jörg
Thanks. Committed to CVS. I've fixed some other issues as well, such as: - No <ul> inside <p> - Use <comment> inside <pre> for comments - Some other small fixes. This great document is now committed to CVS.
Created attachment 31888 [details, diff] A fix for VFS for Samba 2.2.x and Samba 3.x This fixes a minor complication with the use of clamav ;-)
Don't want to open a NEW bug.
Thanks, and sorry for the late update. I've updated the document in CVS now.
*** Bug 52134 has been marked as a duplicate of this bug. ***