diff options
author | Gerald Carter <jerry@samba.org> | 2003-07-16 05:34:56 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-07-16 05:34:56 +0000 |
commit | 4a090ba06a54f5da179ac02bb307cc03d08831bf (patch) | |
tree | ed652ef36be7f16682c358816334f969a22f1c27 /docs/docbook/projdoc/upgrading-to-3.0.xml | |
parent | 95fe82670032a3a43571b46d7bbf2c26bc8cdcd9 (diff) | |
download | samba-4a090ba06a54f5da179ac02bb307cc03d08831bf.tar.gz samba-4a090ba06a54f5da179ac02bb307cc03d08831bf.tar.bz2 samba-4a090ba06a54f5da179ac02bb307cc03d08831bf.zip |
trying to get HEAD building again. If you want the code
prior to this merge, checkout HEAD_PRE_3_0_0_BETA_3_MERGE
(This used to be commit adb98e7b7cd0f025b52c570e4034eebf4047b1ad)
Diffstat (limited to 'docs/docbook/projdoc/upgrading-to-3.0.xml')
-rw-r--r-- | docs/docbook/projdoc/upgrading-to-3.0.xml | 30 |
1 files changed, 29 insertions, 1 deletions
diff --git a/docs/docbook/projdoc/upgrading-to-3.0.xml b/docs/docbook/projdoc/upgrading-to-3.0.xml index 3dc4816664..b4c0732a65 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> @@ -31,6 +31,34 @@ In 3.0, the following configuration options have been removed. <member>use rhosts</member> <member>postscript</member> <member>client code page (replaced by dos charset)</member> +<member>vfs path</member> +<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> + +</sect1> + </chapter> |