- Move instructions on compiling samba to appendix
[gd/samba/.git] / docs / docbook / projdoc / samba-doc.sgml
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY UNIX-INSTALL SYSTEM "UNIX_INSTALL.sgml">
3 <!ENTITY MS-Dfs-Setup SYSTEM "msdfs_setup.sgml">
4 <!ENTITY PRINTER-DRIVER2 SYSTEM "printer_driver2.sgml">
5 <!ENTITY DOMAIN-MEMBER SYSTEM "DOMAIN_MEMBER.sgml">
6 <!ENTITY WINBIND SYSTEM "winbind.sgml">
7 <!ENTITY NT-Security SYSTEM "NT_Security.sgml">
8 <!ENTITY Samba-PDC-HOWTO SYSTEM "Samba-PDC-HOWTO.sgml">
9 <!ENTITY Samba-BDC-HOWTO SYSTEM "Samba-BDC-HOWTO.sgml">
10 <!ENTITY IntegratingWithWindows SYSTEM "Integrating-with-Windows.sgml">
11 <!ENTITY Samba-PAM SYSTEM "PAM-Authentication-And-Samba.sgml">
12 <!ENTITY Diagnosis SYSTEM "Diagnosis.sgml">
13 <!ENTITY BUGS SYSTEM "Bugs.sgml">
14 <!ENTITY SECURITY-LEVEL SYSTEM "security_level.sgml">
15 <!ENTITY SPEED SYSTEM "Speed.sgml">
16 <!ENTITY BROWSING SYSTEM "Browsing.sgml">
17 <!ENTITY BROWSING-Quick SYSTEM "Browsing-Quickguide.sgml">
18 <!ENTITY GROUP-MAPPING-HOWTO SYSTEM "GROUP-MAPPING-HOWTO.sgml">
19 <!ENTITY Portability SYSTEM "Portability.sgml">
20 <!ENTITY Other-Clients SYSTEM "Other-Clients.sgml">
21 <!ENTITY ADS-HOWTO SYSTEM "ADS-HOWTO.sgml">
22 <!ENTITY Passdb SYSTEM "passdb.sgml">
23 <!ENTITY VFS SYSTEM "VFS.sgml">
24 <!ENTITY GroupProfiles SYSTEM "GroupProfiles.sgml">
25 <!ENTITY SecuringSamba SYSTEM "securing-samba.sgml">
26 <!ENTITY Compiling SYSTEM "Compiling.sgml">
27 ]>
28
29 <book id="Samba-HOWTO-Collection">
30
31 <title>SAMBA Project Documentation</title>
32
33 <bookinfo>
34         <author>
35                 <surname>SAMBA Team</surname>
36         </author>
37         <address><email>samba@samba.org</email></address>
38 </bookinfo>
39
40 <dedication>
41 <title>Abstract</title>
42
43 <para>
44 <emphasis>Last Update</emphasis> : Wed Jan 15
45 </para>
46
47 <para>
48 This book is a collection of HOWTOs added to Samba documentation over the years.
49 I try to ensure that all are current, but sometimes the is a larger job
50 than one person can maintain.  The most recent version of this document
51 can be found at <ulink url="http://www.samba.org/">http://www.samba.org/</ulink>
52 on the "Documentation" page.  Please send updates to <ulink 
53 url="mailto:jerry@samba.org">jerry@samba.org</ulink> or 
54 <ulink url="mailto:jelmer@samba.org">jelmer@samba.org</ulink>.
55 </para>
56
57 <para>
58 This documentation is distributed under the GNU General Public License (GPL) 
59 version 2.  A copy of the license is included with the Samba source
60 distribution.  A copy can be found on-line at <ulink 
61 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
62 </para>
63
64 <para>
65 Cheers, jerry
66 </para>
67
68 </dedication>
69
70 <!-- Chapters -->
71 <part id="introduction">
72 <title>General installation</title>
73 <partintro>
74 <title>Introduction</title>
75 <para>This part contains general info on how to install samba 
76 and how to configure the parts of samba you will most likely need.
77 PLEASE read this.</para>
78 </partintro>
79 &UNIX-INSTALL;
80 &BROWSING-Quick;
81 &Passdb;
82 </part>
83
84 <part id="type">
85 <title>Type of installation</title>
86 <partintro>
87 <title>Introduction</title>
88 <para>
89 Samba can operate in various SMB networks. This part contains information on configuring samba 
90 for various environments.
91 </para>
92 </partintro>
93 &SECURITY-LEVEL;
94 &Samba-PDC-HOWTO;
95 &Samba-BDC-HOWTO;
96 &ADS-HOWTO;
97 &DOMAIN-MEMBER;
98 </part>
99
100 <part id="optional">
101 <title>Optional configuration</title>
102 <partintro>
103 <title>Introduction</title>
104 <para>Samba has several features that you might want or might not want to use. The chapters in this 
105 part each cover one specific feature.</para>
106 </partintro>
107 &IntegratingWithWindows;
108 &NT-Security;
109 &Samba-PAM;
110 &MS-Dfs-Setup;
111 &PRINTER-DRIVER2;
112 &WINBIND;
113 &BROWSING;
114 &VFS;
115 &GROUP-MAPPING-HOWTO;
116 &SPEED;
117 &GroupProfiles;
118 &SecuringSamba;
119 </part>
120
121 <part id="Appendixes">
122 <title>Appendixes</title>
123 &Portability;
124 &Other-Clients;
125 &Compiling;
126 &BUGS;
127 &Diagnosis;
128 </part>
129
130 </book>