summaryrefslogtreecommitdiff
path: root/docs/docbook/projdoc/upgrading-to-3.0.xml
diff options
context:
space:
mode:
authorJohn Terpstra <jht@samba.org>2003-06-01 03:47:32 +0000
committerJohn Terpstra <jht@samba.org>2003-06-01 03:47:32 +0000
commita659e90b33e7f560898e7daf7c741d57bb501b53 (patch)
tree5e1cabb411107e1dff8d5959e5e221145d373d5e /docs/docbook/projdoc/upgrading-to-3.0.xml
parentbaf2371eaa859c4b1dd0280dddebc515df1d854c (diff)
downloadsamba-a659e90b33e7f560898e7daf7c741d57bb501b53.tar.gz
samba-a659e90b33e7f560898e7daf7c741d57bb501b53.tar.bz2
samba-a659e90b33e7f560898e7daf7c741d57bb501b53.zip
More minor edits.
(This used to be commit dcc3ed1a8037c0872383bdbeba511322f55c12c5)
Diffstat (limited to 'docs/docbook/projdoc/upgrading-to-3.0.xml')
-rw-r--r--docs/docbook/projdoc/upgrading-to-3.0.xml26
1 files changed, 25 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/upgrading-to-3.0.xml b/docs/docbook/projdoc/upgrading-to-3.0.xml
index 7201d1e06a..63b8f6a8f6 100644
--- a/docs/docbook/projdoc/upgrading-to-3.0.xml
+++ b/docs/docbook/projdoc/upgrading-to-3.0.xml
@@ -4,7 +4,7 @@
<pubdate>25 October 2002</pubdate>
</chapterinfo>
-<title>Issues when upgrading from 2.2 to 3.0</title>
+<title>Upgrading from Samba-2.x to Samba-3.0.0</title>
<sect1>
<title>Charsets</title>
@@ -35,4 +35,28 @@ In 3.0, the following configuration options have been removed.
<member>vfs options</member>
</simplelist>
</sect1>
+
+<sect1>
+<title>Password Backend</title>
+
+<para>
+Effective with the release of samba-3 it is now imperative that the password backend
+be correctly defined in smb.conf.
+</para>
+
+<para>
+Those migrating from samba-2.x with plaintext password support need the following:
+<emphasis>passdb backend = guest</emphasis>.
+</para>
+
+<para>
+Those migrating from samba-2.x with encrypted password support should add to smb.conf
+<emphasis>passdb backend = smbpasswd, guest</emphasis>.
+</para>
+
+<para>
+LDAP using Samba-2.x systems can continue to operate with the following entry
+<emphasis>passdb backend = ldapsam_compat, guest</emphasis>.
+</para>
+
</chapter>