1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-20 14:03:59 +03:00
Jelmer Vernooij 38f52d698a More minor syntax fixes
(This used to be commit cb29683b01ad8f258275e5c26e855be7cfa79dc0)
2003-06-04 20:11:10 +00:00

152 lines
3.9 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN" "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
]>
<book id="Samba-HOWTO-Collection">
<title>SAMBA Project Documentation</title>
<bookinfo>
<authorgroup>
<editor>&person.jelmer;</editor>
<editor>&person.jht;</editor>
<editor>&person.jerry;</editor>
</authorgroup>
<pubdate>Monday April 21, 2003</pubdate>
<abstract>
<para>
This book is a collection of HOWTOs added to Samba documentation over the years.
Samba is always under development, and so is its' documentation. This release of the
documentation represents a major revision or layout as well as contents.
The most recent version of this document can be found at
<ulink url="http://www.samba.org/">http://www.samba.org/</ulink>
on the "Documentation" page. Please send updates to
<ulink url="mailto:jelmer@samba.org">Jelmer Vernooij</ulink>,
<ulink url="mailto:jht@samba.org">John H. Terpstra</ulink> or
<ulink url="mailto:jerry@samba.org">Gerald (Jerry) Carter</ulink>.
</para>
<para>
The Samba-Team would like to express sincere thanks to the many people who have with
or without their knowledge contributed to this update. The size and scope of this
project would not have been possible without significant community contribution. A not
insignificant number of ideas for inclusion (if not content itself) has been obtained
from a number of Unofficial HOWTOs - to each such author a big "Thank-you" is also offered.
Please keep publishing your Unofficial HOWTO's - they are a source of inspiration and
application knowledge that is most to be desired by many Samba users and administrators.
</para>
</abstract>
<legalnotice>
<para>
This documentation is distributed under the GNU General Public License (GPL)
version 2. A copy of the license is included with the Samba source
distribution. A copy can be found on-line at <ulink
url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
</para>
<formalpara>
<title>Attributions</title>
<para>
&attributions;
</para>
</formalpara>
</legalnotice>
</bookinfo>
<!-- Contents -->
<toc/>
<!-- Chapters -->
<part id="introduction">
<title>General Installation</title>
<partintro>
<title>Preparing Samba for Configuration</title>
<para>This section of the Samba-HOWTO-Collection contains general info on how to install samba
and how to configure the parts of samba you will most likely need.
PLEASE read this.</para>
</partintro>
&IntroSMB;
&UNIX-INSTALL;
&FastStart;
</part>
<part id="type">
<title>Server Configuration Basics</title>
<partintro>
<title>First Steps in Server Configuration</title>
<para>
Samba can operate in various modes within SMB networks. This HOWTO section contains information on
configuring samba to function as the type of server your network requires. Please read this
section carefully.
</para>
</partintro>
&ServerType;
&Samba-PDC-HOWTO;
&Samba-BDC-HOWTO;
&DOMAIN-MEMBER;
&StandAloneServer;
&ClientConfig;
</part>
<part id="optional">
<title>Advanced Configuration</title>
<partintro>
<title>Valuable Nuts and Bolts Information</title>
<para>
Samba has several features that you might want or might not want to use. The chapters in this part each cover specific Samba features.
</para>
</partintro>
&NetworkBrowsing;
&Passdb;
&GROUP-MAPPING-HOWTO;
&AccessControls;
&locking;
&SecuringSamba;
&Trusts;
&MS-Dfs-Setup;
&PRINTER-DRIVER2;
&CUPS;
&VFS;
&WINBIND;
&AdvancedNetworkAdmin;
&PolicyMgmt;
&ProfileMgmt;
&Samba-PAM;
&IntegratingWithWindows;
&unicode;
&Backup;
&HighAvailability;
</part>
<part id="migration">
<title>Migration and Updating</title>
&upgrading;
&NT4Migration;
&SWAT;
</part>
<part id="troubleshooting">
<title>Troubleshooting</title>
&Diagnosis;
&problems;
&BUGS;
</part>
<part id="Appendixes">
<title>Appendixes</title>
&Compiling;
&Portability;
&Other-Clients;
&SPEED;
&DNS-DHCP-Configuration;
&Further-Resources;
</part>
<index/>
</book>