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