From 992f1e6b8f86b346fddd266b04d29cde69585633 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 7 Apr 2004 10:15:11 +0000 Subject: Add all the source files from the old CVS tree, add the 5 missing chapters from the HOWTO and add jht's Samba by Example book. (This used to be commit 9fb5bcb93e57c5162b3ee6f9c7d777dc0269d100) --- docs/howto/index.xml | 193 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 193 insertions(+) create mode 100644 docs/howto/index.xml (limited to 'docs/howto/index.xml') diff --git a/docs/howto/index.xml b/docs/howto/index.xml new file mode 100644 index 0000000000..410cbc010a --- /dev/null +++ b/docs/howto/index.xml @@ -0,0 +1,193 @@ + + %globalentities; +]> + + +The Official Samba-3 HOWTO and Reference Guide + + + + &person.jelmer; + &person.jht; + &person.jerry; + + + + + + + + + Attribution + + &attributions; + + + + + + + Abstract + + +The editors wish to thank you for your decision to purchase this book. +The Official Samba-3 HOWTO and Reference Guide is the result of many years +of accumulation of information, feedback, tips, hints, and happy solutions. + + + +Please note that this book is a living document, the contents of which are +constantly being updated. We encourage you to contribute your tips, techniques, +helpful hints, and your special insight into the Windows networking world to +help make the next generation of this book even more valuable to Samba users. + + + +We have made a concerted effort to document more comprehensively than has been +done previously the information that may help you to better deploy Samba and to +gain more contented network users. + + + +This book provides example configurations, it documents key aspects of Microsoft +Windows networking, provides in-depth insight into the important configuration of +Samba-3, and helps to put all of these into a useful framework. + + + +The most recent electronic versions of this document can be found at +http://www.samba.org/ +on the Documentation page. + + + +Updates, patches and corrections are most welcome. Please email your contributions +to any one of the following: + + + + +Jelmer Vernooij (jelmer@samba.org) +John H. Terpstra (jht@samba.org) +Gerald (Jerry) Carter (jerry@samba.org) + + + + +We wish to advise that only original and unencumbered material can be published. Please do not submit +content that is not your own work unless proof of consent from the copyright holder accompanies your +submission. + + + + + + +&foreword-tridge; + + + + + + + + +&IntroSMB; + + + +General Installation + + +Preparing Samba for Configuration +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. + +&UNIX-INSTALL; +&FastStart; + + + +Server Configuration Basics + +First Steps in Server Configuration + +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. + + +&ServerType; +&Samba-PDC-HOWTO; +&Samba-BDC-HOWTO; +&DOMAIN-MEMBER; +&StandAloneServer; +&ClientConfig; + + + +Advanced Configuration + +Valuable Nuts and Bolts Information + +Samba has several features that you might want or might not want to use. The chapters in this part each cover specific Samba features. + + +&NetworkBrowsing; +&Passdb; +&GROUP-MAPPING-HOWTO; +&AccessControls; +&locking; +&SecuringSamba; +&Trusts; +&MS-Dfs-Setup; +&PRINTER-DRIVER2; +∪︀ +&VFS; +&WINBIND; +&AdvancedNetworkAdmin; +&PolicyMgmt; +&ProfileMgmt; +&Samba-PAM; +&IntegratingWithWindows; +&unicode; +&Backup; +&HighAvailability; + + + +Migration and Updating +&upgrading; +&NT4Migration; +&SWAT; + + + +Troubleshooting +&Diagnosis; +&problems; +&BUGS; + + + +Appendixes +&Compiling; +&Portability; +&Other-Clients; +&SPEED; +&DNS-DHCP-Configuration; + + + + + + +&glossary; + + + + + -- cgit