| 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.33 2007/07/30 17:32:44 yoswink Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/quick-samba-howto.xml,v 1.34 2007/09/15 16:47:56 swift Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | <guide link="/doc/en/quick-samba-howto.xml"> |
4 | <guide link="/doc/en/quick-samba-howto.xml"> |
| 5 | <title>Gentoo Samba3/CUPS/ClamAV HOWTO</title> |
5 | <title>Gentoo Samba3/CUPS/ClamAV 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> |
| … | |
… | |
| 21 | |
21 | |
| 22 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
22 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 23 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
23 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 24 | <license/> |
24 | <license/> |
| 25 | |
25 | |
| 26 | <version>1.20</version> |
26 | <version>1.21</version> |
| 27 | <date>2007-07-29</date> |
27 | <date>2007-09-15</date> |
| 28 | |
28 | |
| 29 | <chapter> |
29 | <chapter> |
| 30 | <title>Introduction to this HOWTO</title> |
30 | <title>Introduction to this HOWTO</title> |
| 31 | <section> |
31 | <section> |
| 32 | <title>Purpose</title> |
32 | <title>Purpose</title> |
| … | |
… | |
| 419 | hosts deny = 0.0.0.0/0 |
419 | hosts deny = 0.0.0.0/0 |
| 420 | <comment># Other options for this are USER, DOMAIN, ADS, and SERVER |
420 | <comment># Other options for this are USER, DOMAIN, ADS, and SERVER |
| 421 | # The default is user</comment> |
421 | # The default is user</comment> |
| 422 | security = share |
422 | security = share |
| 423 | <comment># No passwords, so we're going to use a guest account!</comment> |
423 | <comment># No passwords, so we're going to use a guest account!</comment> |
| 424 | guest account = samba |
|
|
| 425 | guest ok = yes |
424 | guest ok = yes |
| 426 | <comment># We now will implement the on access virus scanner. |
425 | <comment># We now will implement the on access virus scanner. |
| 427 | # NOTE: By putting this in our [Global] section, we enable |
426 | # NOTE: By putting this in our [Global] section, we enable |
| 428 | # scanning of ALL shares, you could optionally move |
427 | # scanning of ALL shares, you could optionally move |
| 429 | # these to a specific share and only scan it.</comment> |
428 | # these to a specific share and only scan it.</comment> |