nightmorph 07/06/06 22:42:25 Modified: quick-samba-howto.xml Log: some updates for bug 181130
Revision Changes Path 1.28 xml/htdocs/doc/en/quick-samba-howto.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.28&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?rev=1.28&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml?r1=1.27&r2=1.28 Index: quick-samba-howto.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v retrieving revision 1.27 retrieving revision 1.28 diff -u -r1.27 -r1.28 --- quick-samba-howto.xml 5 Jun 2007 21:33:31 -0000 1.27 +++ quick-samba-howto.xml 6 Jun 2007 22:42:25 -0000 1.28 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding='UTF-8'?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.27 2007/06/05 21:33:31 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.28 2007/06/06 22:42:25 nightmorph Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide link="/doc/en/quick-samba-howto.xml"> <title>Gentoo Samba3/CUPS/ClamAV HOWTO</title> @@ -20,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> <license/> -<version>1.16</version> -<date>2007-06-05</date> +<version>1.17</version> +<date>2007-06-06</date> <chapter> <title>Introduction to this HOWTO</title> @@ -146,8 +146,8 @@ <li>app-antivirus/clamav</li> <li>net-print/cups</li> <li>net-print/foomatic</li> - <li>net-print/hpijs (if you have an HP printer)</li> - <li>A kernel of sorts (preferably 2.4.24+ or 2.6.x)</li> + <li>net-print/hplip (if you have an HP printer)</li> + <li>A kernel of sorts (2.6)</li> <li>A printer (PS or non-PS, maybe not TOO new or fancy)</li> <li> A working network (home/office/etc) consisting of more than one machine) @@ -174,12 +174,12 @@ <body> <p> -Before emerging anything, take a look at the various USE flags -available to Samba. +Before emerging anything, take a look at some of the various USE flags available +to Samba. </p> <pre caption="Samba uses the following USE Variables:"> -kerberos mysql xml acl cups ldap pam readline python oav libclamav +kerberos acl cups ldap pam readline python oav </pre> <p> @@ -202,24 +202,6 @@ </ti> </tr> <tr> - <th><b>mysql</b></th> - <ti> - This will allow Samba to use MySQL in order to do password authentication. - It will store ACLs, usernames, passwords, etc in a database versus a - flat file. If Samba is needed to do password authentication, such as - acting as a password validation server or a Primary Domain Controller - (PDC). - </ti> -</tr> -<tr> - <th><b>xml</b></th> - <ti> - The xml USE option for Samba provides a password database backend allowing - Samba to store account details in XML files, for the same reasons listed in - the mysql USE flag description. - </ti> -</tr> -<tr> <th><b>acl</b></th> <ti> Enables Access Control Lists. The ACL support in Samba uses a patched @@ -277,12 +259,6 @@ (SAVI), Symantec CarrierScan, and Trend Micro (VSAPI). </ti> </tr> -<tr> - <th><b>libclamav</b></th> - <ti> - Use the ClamAV library instead of the clamd daemon - </ti> -</tr> </table> <p> @@ -385,15 +361,15 @@ </body> </section> <section> -<title>Emerging net-print/hpijs</title> +<title>Emerging net-print/hplip</title> <body> <p> You only need to emerge this if you use an HP printer. </p> -<pre caption="Emerge hpijs"> -# <i>emerge net-print/hpijs</i> +<pre caption="Emerge hplip"> +# <i>emerge net-print/hplip</i> </pre> </body> -- [EMAIL PROTECTED] mailing list
