| … | |
… | |
| 7 | </author> |
7 | </author> |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| 9 | <mail link="joshua@sungentoo.homeunix.com">Joshua Preston</mail> |
9 | <mail link="joshua@sungentoo.homeunix.com">Joshua Preston</mail> |
| 10 | </author> |
10 | </author> |
| 11 | |
11 | |
| 12 | <abstract> |
12 | <abstract> |
| 13 | Setup, install and configure a Samba Server under Gentoo that shares |
13 | Setup, install and configure a Samba Server under Gentoo that shares |
| 14 | files, printers without the need to install drivers and provides |
14 | files, printers without the need to install drivers and provides |
| 15 | automatic virus scanning. |
15 | automatic virus scanning. |
| 16 | </abstract> |
16 | </abstract> |
| 17 | |
17 | |
| 18 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
18 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 19 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
19 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 20 | <license/> |
20 | <license/> |
| 21 | |
21 | |
| 22 | <version>1.1</version> |
22 | <version>1.2</version> |
| 23 | <date>May 09, 2004</date> |
23 | <date>May 13, 2004</date> |
| 24 | |
24 | |
| 25 | <chapter> |
25 | <chapter> |
| 26 | <title>Introduction to this HOWTO</title> |
26 | <title>Introduction to this HOWTO</title> |
| 27 | <section> |
27 | <section> |
| 28 | <title>Purpose</title> |
28 | <title>Purpose</title> |
| 29 | <body> |
29 | <body> |
| 30 | |
30 | |
| 31 | <p> |
31 | <p> |
| 32 | This HOWTO is designed to help you move a network from many different |
32 | This HOWTO is designed to help you move a network from many different |
| 33 | clients speaking different languages, to many different manchines that |
33 | clients speaking different languages, to many different manchines that |
| 34 | speak a common language. The ultimate goal is to help differing |
34 | speak a common language. The ultimate goal is to help differing |
| 35 | architechures and technologies, come together in a productive, |
35 | architechures and technologies, come together in a productive, |
| 36 | happily coexistant environment. |
36 | happily coexistant environment. |
| 37 | </p> |
37 | </p> |
| 38 | |
38 | |
| … | |
… | |
| 372 | <pre caption="Emerge foomatic"> |
372 | <pre caption="Emerge foomatic"> |
| 373 | # <i>emerge net-print/foomatic</i> |
373 | # <i>emerge net-print/foomatic</i> |
| 374 | </pre> |
374 | </pre> |
| 375 | |
375 | |
| 376 | </body> |
376 | </body> |
| 377 | </section> |
377 | </section> |
| 378 | <section> |
378 | <section> |
| 379 | <title>Emerging net-print/hpijs</title> |
379 | <title>Emerging net-print/hpijs</title> |
| 380 | <body> |
380 | <body> |
| 381 | |
381 | |
| 382 | <p> |
382 | <p> |
| 383 | You only need to emerge this if you use an HP printer. |
383 | You only need to emerge this if you use an HP printer. |
| 384 | </p> |
384 | </p> |
| 385 | |
385 | |
| 386 | <pre caption="Emerge hpijs"> |
386 | <pre caption="Emerge hpijs"> |
| 387 | # <i>emerge net-mail/hpijs</i> |
387 | # <i>emerge net-print/hpijs</i> |
| 388 | </pre> |
388 | </pre> |
| 389 | |
389 | |
| 390 | </body> |
390 | </body> |
| 391 | </section> |
391 | </section> |
| 392 | </chapter> |
392 | </chapter> |
| 393 | <chapter> |
393 | <chapter> |
| 394 | <title>Server Configuration</title> |
394 | <title>Server Configuration</title> |
| 395 | <section> |
395 | <section> |
| 396 | <title>Configuring Samba</title> |
396 | <title>Configuring Samba</title> |
| 397 | <body> |
397 | <body> |
| 398 | |
398 | |
| 399 | <p> |
399 | <p> |
| 400 | The main Samba configuration file is <path>/etc/samba/smb.conf</path>. |
400 | The main Samba configuration file is <path>/etc/samba/smb.conf</path>. |
| 401 | It is divided in sections indicated by [sectionname]. Comments are either |
401 | It is divided in sections indicated by [sectionname]. Comments are either |
| 402 | # or ;. A sample <path>smb.conf</path> is included below with comments and |
402 | # or ;. A sample <path>smb.conf</path> is included below with comments and |