summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/samba-doc.sgml
blob: 6ed6e1a717a915d79756db5c0512898fcbe2b2e8 (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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.1//EN" [
<!ENTITY % globalentities SYSTEM '../global.ent'> %globalentities;
<!ENTITY UNIX-INSTALL SYSTEM "UNIX_INSTALL.sgml">
<!ENTITY MS-Dfs-Setup SYSTEM "msdfs_setup.sgml">
<!ENTITY PRINTER-DRIVER2 SYSTEM "printer_driver2.sgml">
<!ENTITY DOMAIN-MEMBER SYSTEM "DOMAIN_MEMBER.sgml">
<!ENTITY WINBIND SYSTEM "winbind.sgml">
<!ENTITY NT-Security SYSTEM "NT_Security.sgml">
<!ENTITY ServerType SYSTEM "ServerType.sgml">
<!ENTITY Samba-PDC-HOWTO SYSTEM "Samba-PDC-HOWTO.sgml">
<!ENTITY Samba-BDC-HOWTO SYSTEM "Samba-BDC-HOWTO.sgml">
<!ENTITY IntegratingWithWindows SYSTEM "Integrating-with-Windows.sgml">
<!ENTITY Samba-PAM SYSTEM "PAM-Authentication-And-Samba.sgml">
<!ENTITY Diagnosis SYSTEM "Diagnosis.sgml">
<!ENTITY BUGS SYSTEM "Bugs.sgml">
<!ENTITY SECURITY-LEVEL SYSTEM "security_level.sgml">
<!ENTITY SPEED SYSTEM "Speed.sgml">
<!ENTITY BROWSING SYSTEM "Browsing.sgml">
<!ENTITY BROWSING-Quick SYSTEM "Browsing-Quickguide.sgml">
<!ENTITY GROUP-MAPPING-HOWTO SYSTEM "GROUP-MAPPING-HOWTO.sgml">
<!ENTITY Portability SYSTEM "Portability.sgml">
<!ENTITY Other-Clients SYSTEM "Other-Clients.sgml">
<!ENTITY ADS-HOWTO SYSTEM "ADS-HOWTO.sgml">
<!ENTITY Passdb SYSTEM "passdb.sgml">
<!ENTITY VFS SYSTEM "VFS.sgml">
<!ENTITY SecuringSamba SYSTEM "securing-samba.sgml">
<!ENTITY Compiling SYSTEM "Compiling.sgml">
<!ENTITY unicode SYSTEM "unicode.sgml">
<!ENTITY CUPS SYSTEM "CUPS-printing.sgml">
<!ENTITY AdvancedNetworkAdmin SYSTEM "AdvancedNetworkAdmin.sgml">
<!ENTITY PolicyMgmt SYSTEM "PolicyMgmt.sgml">
<!ENTITY ProfileMgmt SYSTEM "ProfileMgmt.sgml">
<!ENTITY NT4Migration SYSTEM "NT4Migration.sgml">
<!ENTITY SWAT SYSTEM "SWAT.sgml">
<!ENTITY Trusts SYSTEM "InterdomainTrusts.sgml">
]>

<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.jht;</editor>
	<editor>&person.jelmer;</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>
&UNIX-INSTALL;
&BROWSING-Quick;
&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;
&BROWSING;
&SecuringSamba;
&unicode;
</part>

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