Docbook XML conversion: projdoc
[Samba/bb.git] / docs / docbook / projdoc / samba-doc.xml
blobe06ce2901e1bcd88e1b1ddafafd104ac029aa059
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE book SYSTEM "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
3 <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
4 ]>
6 <book id="Samba-HOWTO-Collection">
7 <title>SAMBA Project Documentation</title>
9 <bookinfo>
10         <author>
11                 <othername>SAMBA Team</othername>
12                 <affiliation><address><email>samba@samba.org</email></address></affiliation>
13         </author>
14         <editor>&person.jelmer;</editor>
15         <editor>&person.jht;</editor>
16         <editor>&person.jerry;</editor>
18         <pubdate>Monday April 21, 2003</pubdate>
20 <abstract>
21 <para>
22 This book is a collection of HOWTOs added to Samba documentation over the years.
23 Samba is always under development, and so is its' documentation. This release of the
24 documentation represents a major revision or layout as well as contents.
25 The most recent version of this document can be found at
26 <ulink url="http://www.samba.org/">http://www.samba.org/</ulink>
27 on the "Documentation" page.  Please send updates to
28 <ulink url="mailto:jelmer@samba.org">Jelmer Venrooij</ulink>,
29 <ulink url="mailto:jht@samba.org">John Terpstra</ulink> or
30 <ulink url="mailto:jerry@samba.org">Gerald (Jerry) Carter</ulink>.
31 </para>
33 <para>
34 The Samba-Team would like to express sincere thanks to the many people who have with
35 or without their knowledge contributed to this update. The size and scope of this
36 project would not have been possible without significant community contribution. A not
37 insignificant number of ideas for inclusion (if not content itself) has been obtained
38 from a number of Unofficial HOWTOs - to each such author a big "Thank-you" is also offered.
39 Please keep publishing your Unofficial HOWTO's - they are a source of inspiration and
40 application knowledge that is most to be desired by many Samba users and administrators.
41 </para>
43 </abstract>
44 <legalnotice>
45 <para>
46 This documentation is distributed under the GNU General Public License (GPL) 
47 version 2.  A copy of the license is included with the Samba source
48 distribution.  A copy can be found on-line at <ulink 
49 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
50 </para>
51 </legalnotice>
52 </bookinfo>
54 <!-- Contents -->
55 <toc/>
57 <!-- Chapters -->
58 <part id="introduction">
59 <title>General Installation</title>
60 <partintro>
61 <title>Preparing Samba for Configuration</title>
62 <para>This section of the Samba-HOWTO-Collection contains general info on how to install samba 
63 and how to configure the parts of samba you will most likely need.
64 PLEASE read this.</para>
65 </partintro>
66 &IntroSMB;
67 &UNIX-INSTALL;
68 </part>
70 <part id="type">
71 <title>Server Configuration Basics</title>
72 <partintro>
73 <title>First Steps in Server Configuration</title>
74 <para>
75 Samba can operate in various modes within SMB networks. This HOWTO section contains information on
76 configuring samba to function as the type of server your network requires. Please read this
77 section carefully.
78 </para>
79 </partintro>
80 &ServerType;
81 &SECURITY-LEVEL;
82 &Samba-PDC-HOWTO;
83 &Samba-BDC-HOWTO;
84 &ADS-HOWTO;
85 &DOMAIN-MEMBER;
86 </part>
88 <part id="optional">
89 <title>Advanced Configuration</title>
90 <partintro>
91 <title>Valuable Nuts and Bolts Information</title>
92 <para>
93 Samba has several features that you might want or might not want to use. The chapters in this part each cover specific Samba features.
94 </para>
95 </partintro>
96 &NetworkBrowsing;
97 &Passdb;
98 &NT-Security;
99 &GROUP-MAPPING-HOWTO;
100 &PRINTER-DRIVER2;
101 &CUPS;
102 &WINBIND;
103 &AdvancedNetworkAdmin;
104 &PolicyMgmt;
105 &ProfileMgmt;
106 &Trusts;
107 &Samba-PAM;
108 &VFS;
109 &MS-Dfs-Setup;
110 &IntegratingWithWindows;
111 &SecuringSamba;
112 &unicode;
113 &locking;
114 </part>
116 <part id="troubleshooting">
117 <title>Troubleshooting</title>
118 &Diagnosis;
119 &problems;
120 &BUGS;
121 </part>
123 <part id="Appendixes">
124 <title>Appendixes</title>
125 &Compiling;
126 &NT4Migration;
127 &Portability;
128 &Other-Clients;
129 &SWAT;
130 &SPEED;
131 </part>
133 </book>