From a659e90b33e7f560898e7daf7c741d57bb501b53 Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Sun, 1 Jun 2003 03:47:32 +0000 Subject: More minor edits. (This used to be commit dcc3ed1a8037c0872383bdbeba511322f55c12c5) --- docs/docbook/projdoc/upgrading-to-3.0.xml | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) (limited to 'docs/docbook/projdoc/upgrading-to-3.0.xml') 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 @@ 25 October 2002 -Issues when upgrading from 2.2 to 3.0 +Upgrading from Samba-2.x to Samba-3.0.0 Charsets @@ -35,4 +35,28 @@ In 3.0, the following configuration options have been removed. vfs options + + +Password Backend + + +Effective with the release of samba-3 it is now imperative that the password backend +be correctly defined in smb.conf. + + + +Those migrating from samba-2.x with plaintext password support need the following: +passdb backend = guest. + + + +Those migrating from samba-2.x with encrypted password support should add to smb.conf +passdb backend = smbpasswd, guest. + + + +LDAP using Samba-2.x systems can continue to operate with the following entry +passdb backend = ldapsam_compat, guest. + + -- cgit