summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-05-05 06:45:53 +0000
committerJohn Terpstra <jht@samba.org>2003-05-05 06:45:53 +0000
commit285c595d168ff2ed7c08f2cc484daf301f4f4f9b (patch)
tree80e7e41829f5a05acf2691c5569c1d6677f3609f /docs
parent89f6691cdc49e3f18c12cdda2435a1a9a737c333 (diff)
downloadsamba-285c595d168ff2ed7c08f2cc484daf301f4f4f9b.tar.gz
samba-285c595d168ff2ed7c08f2cc484daf301f4f4f9b.tar.bz2
samba-285c595d168ff2ed7c08f2cc484daf301f4f4f9b.zip
More updates.
(This used to be commit 320ab3aabbaaaf8ab9844e85910f78df84a9edf9)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/projdoc/Samba-PDC-HOWTO.xml22
-rw-r--r--docs/docbook/projdoc/ServerType.xml27
2 files changed, 35 insertions, 14 deletions
diff --git a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml
index c0e95e48d9..d00e7243ad 100644
--- a/docs/docbook/projdoc/Samba-PDC-HOWTO.xml
+++ b/docs/docbook/projdoc/Samba-PDC-HOWTO.xml
@@ -78,7 +78,21 @@ The following functionalities are new to the Samba-3 release:
</para></listitem>
<listitem><para>
- Adding users via the User Manager for Domains
+ Adding users via the User Manager for Domains or via the Windows 200x Microsoft
+ Management Console.
+ </para></listitem>
+
+ <listitem><para>
+ Samba-3 introduces replaceable and multiple user account (authentication)
+ back ends. In the case where the back end is placed in an LDAP database
+ Samba-3 confers the benefits of a back end that can be distributed, replicated,
+ and highly scalable.
+ </para></listitem>
+
+ <listitem><para>
+ Samba-3 implements full Unicode support. This simplifies cross locale internationalisation
+ support. It also opens up the use of protocols that samba-2.2.x had but could not use due
+ to the need to fully support Unicode.
</para></listitem>
</itemizedlist>
@@ -94,7 +108,11 @@ The following functionalities are NOT provided by Samba-3:
<listitem><para>
Acting as a Windows 2000 Domain Controller (i.e. Kerberos and
- Active Directory)
+ Active Directory) - In point of fact, Samba-3 DOES have some
+ Active Directory Domain Control ability that is at this time
+ purely experimental <emphasis>AND</emphasis> that is certain
+ to change as it becomes a fully supported feature some time
+ during the samba-3 (or later) life cycle.
</para></listitem>
</itemizedlist>
diff --git a/docs/docbook/projdoc/ServerType.xml b/docs/docbook/projdoc/ServerType.xml
index 2e6ee5712c..91f0da9d8c 100644
--- a/docs/docbook/projdoc/ServerType.xml
+++ b/docs/docbook/projdoc/ServerType.xml
@@ -51,36 +51,39 @@ like this one we will tell of both.
</para>
<para>
-So now, what features are covered in this chapter?
+So now, what are the benefits of features mentioned in this chapter?
</para>
<itemizedlist>
<listitem><para>
- X
+ Samba-3 can replace an MS Windows NT4 Domain Controller
</para></listitem>
<listitem><para>
- X
+ Samba-3 offers excellent interoperability with MS Windows NT4
+ style domains as well as natively with Microsoft Active
+ Directory domains.
</para></listitem>
<listitem><para>
- X
+ Samba-3 permits full NT4 style Interdomain Trusts
</para></listitem>
<listitem><para>
- X
+ Samba has security modes that permit more flexible
+ authentication than is possible with MS Windows NT4 Domain Controllers.
</para></listitem>
<listitem><para>
- X
+ Samba-3 permits use of multiple account database backends
</para></listitem>
<listitem><para>
- X
- </para></listitem>
-
- <listitem><para>
- X
+ The account (password) database backends can be distributed
+ and replicated using multiple methods. This gives Samba-3
+ greater flexibility than MS Windows NT4 and in many cases a
+ significantly higher utility than Active Directory domains
+ with MS Windows 200x.
</para></listitem>
</itemizedlist>
@@ -282,7 +285,7 @@ security domain. This is done as follows:
the Server Manager add a machine account for the Samba server.
</para></listitem>
- <listitem><para>Next, on the Linux system execute:</para>
+ <listitem><para>Next, on the Unix/Linux system execute:</para>
<para><programlisting>
<command>smbpasswd -r PDC_NAME -j DOMAIN_NAME</command> (samba 2.x)