blob: 8fed58559a6d2dbd04e5503b7a7d7fd945878338 (
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
|
<chapter id="samba">
<title>Samba</title>
<para>
Samba is an Open Source application that provides
an SMB implementation for POSIX-compatible
operating systems.
</para>
<para>
Providing support for a Windows-based file-sharing protocol
on POSIX servers sometimes requires mapping Windows semantics to
POSIX semantics.
</para>
<para>
Samba has always been catching up with Microsoft. Here is a list
of Samba releases and what they support (or will support).
</para>
<sect1>
<title>Samba 2.2</title>
<para>Full CORE and Workgroup support. Somewhat basic
NT4-style support.</para>
</sect1>
<sect1>
<title>Samba 3.0</title>
<para>Full CORE and Workgroup support. Almost complete
NT4-style support.
</para>
</sect1>
<sect1>
<title>Samba 3.2</title>
<para>FIXME</para>
</sect1>
<sect1>
<title>Samba 4.0</title>
<para>Full CORE, Workgroup, NT4 and ADS support.</para>
</sect1>
</chapter>
|