s3: Update waf build to include missed dependancy on Lion.
[Samba/gebeck_regimport.git] / docs-xml / Samba4-HOWTO / index.xml
blob6562a7ed3490bb70b7f478130a9dae31028e2305
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">
4 <book id="Samba-HOWTO"
5         xmlns:xi="http://www.w3.org/2003/XInclude">
6 <title>The Official Samba-4 HOWTO</title>
8 <bookinfo>
9         <authorgroup>
10         <editor>&person.jelmer;</editor>
11         </authorgroup>
12         <pubdate><?latex \today ?></pubdate>
14 </bookinfo>
16 <?latex \setcounter{page}{5} ?>
18 <preface>
19         <title>Attribution</title>
20         <para>
21                 <xi:include href="../Samba4-HOWTO-attributions.xml"/>
22         </para>
23 </preface>
25 <?latex \cleardoublepage ?>
27 <!-- Contents -->
28 <toc/>
29 <?latex \cleardoublepage ?>
31 <part>
32         <title>Introduction to SMB networks</title>
34         <para>Not everybody is already familiar with SMB networks and the jargon 
35                 used in such networks. This part describes the evolution of SMB, 
36                 how the protocol is structured and what Samba can be used for. </para>
38         <para>NT admins, already familiar with SMB networks, are probably only 
39                 interested in the chapter about Samba itself.</para>
41         <xi:include href="protocol.xml"/>
42         <xi:include href="samba.xml"/>
44 </part>
46 <part>
47         <title>Samba 4 Basics</title>
49         <para>FIXME</para>
51         <xi:include href="config.xml"/>
52         <xi:include href="ldb.xml"/>
53 </part>
55 <part>
56         <title>Network model</title>
58         <para>
59                 A SMB server is used in a certain network type 
60                 (workgroup, domain, active directory) with a specific 
61                 role (stand-alone, primary domain controller, backup domain controller, etc) in that network. Samba has to be configured according to that role. 
62                 Each of the chapters in this part describes how to configure Samba 
63                 for a specific role.
64         </para>
66 </part>
68 <part>
69         <title>Network Model: Share-based security</title>
70                 
71         <xi:include href="security=share.xml"/>
72 </part>
74 <part>
75         <title>Network Model: User-based security</title>
76         <xi:include href="security=user.xml"/>
77 </part>
79 <part id="domain">
80         <title>Network Model: NT4-style domains</title>
82         <xi:include href="domain-pdc.xml"/>
83         <xi:include href="domain-bdc.xml"/>
84         <xi:include href="domain-member.xml"/>
85 </part>
87 <part id="ad">
88         <title>Network Model - Active Directory</title>
90         <xi:include href="ad-dc.xml"/>
91         <xi:include href="ad-member.xml"/>
92 </part>
94 <part>
95         <title>Common services</title>
97         <para>
98                 Independent of the role the server has, it can provide services. 
99                 Examples of services are printing, user management, authentication, etc.
100         </para>
102         <xi:include href="shares.xml"/>
103         <xi:include href="printing.xml"/>
104         <xi:include href="auth.xml"/>
105         <xi:include href="registry.xml"/>
106 </part>
108 <part>
109         <title>Clients</title>
111         <para>Samba includes a number of different clients for accessing 
112         SMB file, print and other services. Pretty much every service can 
113         be access using a command-line utility, though there are several 
114         GUI clients available as well.</para>
116         <xi:include href="smbclient.xml"/>
117         <xi:include href="cifsfs.xml"/>
118         <xi:include href="gui-clients.xml"/>
119 </part>
121 <part>
122         <title>Appendices</title>
124         <xi:include href="compiling.xml"/>
126 </part>
128 <lot/>
130 <?latex \include{gpl}?>
132 <!--<xi:include href="../Samba-HOWTO-Collection/glossary.xml"/>-->
134 <?latex \chaptermark{Subject index} ?>
135 <index/>
137 </book>