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