summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/samba-doc.sgml
blob: 5c3793a1ba16963e507fa2b15df04554d972420b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
]>

<book id="Samba-HOWTO-Collection">
<title>SAMBA Project Documentation</title>

<bookinfo>
	<author>
		<othername>SAMBA Team</othername>
		<affiliation><address><email>samba@samba.org</email></address></affiliation>
	</author>
	<editor>&person.jelmer;</editor>
	<editor>&person.jht;</editor>
	<editor>&person.jerry;</editor>

	<pubdate>Sunday 6 April</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 it's documentation.
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:jerry@samba.org">jerry@samba.org</ulink> or 
<ulink url="mailto:jelmer@samba.org">jelmer@samba.org</ulink>.
</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>
</legalnotice>
</bookinfo>


<!-- Chapters -->
<part id="introduction">
<title>General installation</title>
<partintro>
<title>Introduction</title>
<para>This part 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;
&NetworkBrowsing;
&Passdb;
</part>

<part id="type">
<title>Type of installation</title>
<partintro>
<title>Introduction</title>
<para>
Samba can operate in various SMB networks. This part contains information on configuring samba 
for various environments.
</para>
</partintro>
&ServerType;
&SECURITY-LEVEL;
&Samba-PDC-HOWTO;
&Samba-BDC-HOWTO;
&ADS-HOWTO;
&DOMAIN-MEMBER;
</part>

<part id="optional">
<title>Advanced Configuration</title>
<partintro>
<title>Introduction</title>
<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>
</partintro>
&NT-Security;
&GROUP-MAPPING-HOWTO;
&PRINTER-DRIVER2;
&CUPS;
&WINBIND;
&AdvancedNetworkAdmin;
&PolicyMgmt;
&ProfileMgmt;
&Trusts;
&Samba-PAM;
&VFS;
&MS-Dfs-Setup;
&IntegratingWithWindows;
&SecuringSamba;
&unicode;
&locking;
</part>

<part id="troubleshooting">
<title>Troubleshooting</title>
&Diagnosis;
&problems;
&BUGS;
</part>

<part id="Appendixes">
<title>Appendixes</title>
&Compiling;
&NT4Migration;
&Portability;
&Other-Clients;
&SWAT;
&SPEED;
</part>
</book>