| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.8 2004/07/02 07:36:09 swift Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.9 2004/08/01 11:40:20 swift Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | <guide link="quick-samba-howto.xml"> |
4 | <guide link="quick-samba-howto.xml"> |
| 5 | <title>Gentoo Samba3/CUPS/Clam AV HOWTO</title> |
5 | <title>Gentoo Samba3/CUPS/Clam AV HOWTO</title> |
| 6 | <author title="Author"> |
6 | <author title="Author"> |
| 7 | <mail link="daff at dword dot org">Andreas "daff" Ntaflos</mail> |
7 | <mail link="daff at dword dot org">Andreas "daff" Ntaflos</mail> |
| … | |
… | |
| 18 | |
18 | |
| 19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 20 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
20 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 21 | <license/> |
21 | <license/> |
| 22 | |
22 | |
| 23 | <version>1.5</version> |
23 | <version>1.6</version> |
| 24 | <date>June 30, 2004</date> |
24 | <date>August 01, 2004</date> |
| 25 | |
25 | |
| 26 | <chapter> |
26 | <chapter> |
| 27 | <title>Introduction to this HOWTO</title> |
27 | <title>Introduction to this HOWTO</title> |
| 28 | <section> |
28 | <section> |
| 29 | <title>Purpose</title> |
29 | <title>Purpose</title> |
| … | |
… | |
| 543 | <p> |
543 | <p> |
| 544 | The Samba passwords need not be the same as the system passwords |
544 | The Samba passwords need not be the same as the system passwords |
| 545 | in <path>/etc/passwd</path>. |
545 | in <path>/etc/passwd</path>. |
| 546 | </p> |
546 | </p> |
| 547 | |
547 | |
|
|
548 | <p> |
|
|
549 | You will also need to update <path>/etc/nsswitch.conf</path> so that Windows |
|
|
550 | systems can be found easily using NetBIOS: |
|
|
551 | </p> |
|
|
552 | |
|
|
553 | <pre caption="Editing /etc/nsswitch.conf"> |
|
|
554 | # <i>nano -w /etc/nsswitch.conf</i> |
|
|
555 | <comment>(Edit the hosts: line)</comment> |
|
|
556 | hosts: files dns <i>wins</i> |
|
|
557 | </pre> |
|
|
558 | |
| 548 | </body> |
559 | </body> |
| 549 | </section> |
560 | </section> |
| 550 | <section> |
561 | <section> |
| 551 | <title>Configuring Clam AV</title> |
562 | <title>Configuring Clam AV</title> |
| 552 | <body> |
563 | <body> |