summaryrefslogtreecommitdiff
path: root/docs-xml/Samba4-HOWTO/index.xml
blob: 6562a7ed3490bb70b7f478130a9dae31028e2305 (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
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE refentry PUBLIC "-//Samba-Team//DTD DocBook V4.2-Based Variant V1.0//EN" "http://www.samba.org/samba/DTD/samba-doc">

<book id="Samba-HOWTO"
	xmlns:xi="http://www.w3.org/2003/XInclude">
<title>The Official Samba-4 HOWTO</title>

<bookinfo>
	<authorgroup>
	<editor>&person.jelmer;</editor>
	</authorgroup>
	<pubdate><?latex \today ?></pubdate>

</bookinfo>

<?latex \setcounter{page}{5} ?>

<preface>
	<title>Attribution</title>
	<para>
		<xi:include href="../Samba4-HOWTO-attributions.xml"/>
	</para>
</preface>

<?latex \cleardoublepage ?>

<!-- Contents -->
<toc/>
<?latex \cleardoublepage ?>

<part>
	<title>Introduction to SMB networks</title>

	<para>Not everybody is already familiar with SMB networks and the jargon 
		used in such networks. This part describes the evolution of SMB, 
		how the protocol is structured and what Samba can be used for. </para>

	<para>NT admins, already familiar with SMB networks, are probably only 
		interested in the chapter about Samba itself.</para>

	<xi:include href="protocol.xml"/>
	<xi:include href="samba.xml"/>

</part>

<part>
	<title>Samba 4 Basics</title>

	<para>FIXME</para>

	<xi:include href="config.xml"/>
	<xi:include href="ldb.xml"/>
</part>

<part>
	<title>Network model</title>

	<para>
		A SMB server is used in a certain network type 
		(workgroup, domain, active directory) with a specific 
		role (stand-alone, primary domain controller, backup domain controller, etc) in that network. Samba has to be configured according to that role. 
		Each of the chapters in this part describes how to configure Samba 
		for a specific role.
	</para>

</part>

<part>
	<title>Network Model: Share-based security</title>
		
	<xi:include href="security=share.xml"/>
</part>

<part>
	<title>Network Model: User-based security</title>
	<xi:include href="security=user.xml"/>
</part>

<part id="domain">
	<title>Network Model: NT4-style domains</title>

	<xi:include href="domain-pdc.xml"/>
	<xi:include href="domain-bdc.xml"/>
	<xi:include href="domain-member.xml"/>
</part>

<part id="ad">
	<title>Network Model - Active Directory</title>

	<xi:include href="ad-dc.xml"/>
	<xi:include href="ad-member.xml"/>
</part>

<part>
	<title>Common services</title>

	<para>
		Independent of the role the server has, it can provide services. 
		Examples of services are printing, user management, authentication, etc.
	</para>

	<xi:include href="shares.xml"/>
	<xi:include href="printing.xml"/>
	<xi:include href="auth.xml"/>
	<xi:include href="registry.xml"/>
</part>

<part>
	<title>Clients</title>

	<para>Samba includes a number of different clients for accessing 
	SMB file, print and other services. Pretty much every service can 
	be access using a command-line utility, though there are several 
	GUI clients available as well.</para>

	<xi:include href="smbclient.xml"/>
	<xi:include href="cifsfs.xml"/>
	<xi:include href="gui-clients.xml"/>
</part>

<part>
	<title>Appendices</title>

	<xi:include href="compiling.xml"/>

</part>

<lot/>

<?latex \include{gpl}?>

<!--<xi:include href="../Samba-HOWTO-Collection/glossary.xml"/>-->

<?latex \chaptermark{Subject index} ?>
<index/>

</book>