- Add &author.mimir; entity
[Samba/gebeck_regimport.git] / docs / docbook / projdoc / samba-doc.sgml
blob6ed6e1a717a915d79756db5c0512898fcbe2b2e8
1 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
2 <!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
3 <!ENTITY UNIX-INSTALL SYSTEM "UNIX_INSTALL.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 ServerType SYSTEM "ServerType.sgml">
10 <!ENTITY Samba-PDC-HOWTO SYSTEM "Samba-PDC-HOWTO.sgml">
11 <!ENTITY Samba-BDC-HOWTO SYSTEM "Samba-BDC-HOWTO.sgml">
12 <!ENTITY IntegratingWithWindows SYSTEM "Integrating-with-Windows.sgml">
13 <!ENTITY Samba-PAM SYSTEM "PAM-Authentication-And-Samba.sgml">
14 <!ENTITY Diagnosis SYSTEM "Diagnosis.sgml">
15 <!ENTITY BUGS SYSTEM "Bugs.sgml">
16 <!ENTITY SECURITY-LEVEL SYSTEM "security_level.sgml">
17 <!ENTITY SPEED SYSTEM "Speed.sgml">
18 <!ENTITY BROWSING SYSTEM "Browsing.sgml">
19 <!ENTITY BROWSING-Quick SYSTEM "Browsing-Quickguide.sgml">
20 <!ENTITY GROUP-MAPPING-HOWTO SYSTEM "GROUP-MAPPING-HOWTO.sgml">
21 <!ENTITY Portability SYSTEM "Portability.sgml">
22 <!ENTITY Other-Clients SYSTEM "Other-Clients.sgml">
23 <!ENTITY ADS-HOWTO SYSTEM "ADS-HOWTO.sgml">
24 <!ENTITY Passdb SYSTEM "passdb.sgml">
25 <!ENTITY VFS SYSTEM "VFS.sgml">
26 <!ENTITY SecuringSamba SYSTEM "securing-samba.sgml">
27 <!ENTITY Compiling SYSTEM "Compiling.sgml">
28 <!ENTITY unicode SYSTEM "unicode.sgml">
29 <!ENTITY CUPS SYSTEM "CUPS-printing.sgml">
30 <!ENTITY AdvancedNetworkAdmin SYSTEM "AdvancedNetworkAdmin.sgml">
31 <!ENTITY PolicyMgmt SYSTEM "PolicyMgmt.sgml">
32 <!ENTITY ProfileMgmt SYSTEM "ProfileMgmt.sgml">
33 <!ENTITY NT4Migration SYSTEM "NT4Migration.sgml">
34 <!ENTITY SWAT SYSTEM "SWAT.sgml">
35 <!ENTITY Trusts SYSTEM "InterdomainTrusts.sgml">
38 <book id="Samba-HOWTO-Collection">
39 <title>SAMBA Project Documentation</title>
41 <bookinfo>
42 <author>
43 <othername>SAMBA Team</othername>
44 <affiliation><address><email>samba@samba.org</email></address></affiliation>
45 </author>
46 <editor>&person.jht;</editor>
47 <editor>&person.jelmer;</editor>
48 <editor>&person.jerry;</editor>
50 <pubdate>Sunday 6 April</pubdate>
52 <abstract>
53 <para>
54 This book is a collection of HOWTOs added to Samba documentation over the years.
55 Samba is always under development, and so is it's documentation.
56 The most recent version of this document
57 can be found at <ulink url="http://www.samba.org/">http://www.samba.org/</ulink>
58 on the "Documentation" page. Please send updates to <ulink
59 url="mailto:jerry@samba.org">jerry@samba.org</ulink> or
60 <ulink url="mailto:jelmer@samba.org">jelmer@samba.org</ulink>.
61 </para>
63 </abstract>
64 <legalnotice>
65 <para>
66 This documentation is distributed under the GNU General Public License (GPL)
67 version 2. A copy of the license is included with the Samba source
68 distribution. A copy can be found on-line at <ulink
69 url="http://www.fsf.org/licenses/gpl.txt">http://www.fsf.org/licenses/gpl.txt</ulink>
70 </para>
71 </legalnotice>
72 </bookinfo>
75 <!-- Chapters -->
76 <part id="introduction">
77 <title>General installation</title>
78 <partintro>
79 <title>Introduction</title>
80 <para>This part contains general info on how to install samba
81 and how to configure the parts of samba you will most likely need.
82 PLEASE read this.</para>
83 </partintro>
84 &UNIX-INSTALL;
85 &BROWSING-Quick;
86 &Passdb;
87 </part>
89 <part id="type">
90 <title>Type of installation</title>
91 <partintro>
92 <title>Introduction</title>
93 <para>
94 Samba can operate in various SMB networks. This part contains information on configuring samba
95 for various environments.
96 </para>
97 </partintro>
98 &ServerType;
99 &SECURITY-LEVEL;
100 &Samba-PDC-HOWTO;
101 &Samba-BDC-HOWTO;
102 &ADS-HOWTO;
103 &DOMAIN-MEMBER;
104 </part>
106 <part id="optional">
107 <title>Advanced Configuration</title>
108 <partintro>
109 <title>Introduction</title>
110 <para>Samba has several features that you might want or might not want to use. The chapters in this part each cover one specific feature.</para>
111 </partintro>
112 &NT-Security;
113 &GROUP-MAPPING-HOWTO;
114 &PRINTER-DRIVER2;
115 &CUPS;
116 &WINBIND;
117 &AdvancedNetworkAdmin;
118 &PolicyMgmt;
119 &ProfileMgmt;
120 &Trusts;
121 &Samba-PAM;
122 &VFS;
123 &MS-Dfs-Setup;
124 &IntegratingWithWindows;
125 &BROWSING;
126 &SecuringSamba;
127 &unicode;
128 </part>
130 <part id="Appendixes">
131 <title>Appendixes</title>
132 &SWAT;
133 &NT4Migration;
134 &SPEED;
135 &Portability;
136 &Other-Clients;
137 &Compiling;
138 &BUGS;
139 &Diagnosis;
140 </part>