From f62eaeb1a5add34ee7353d0d95db3c84a5c71c22 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 13 Aug 2003 06:07:10 +0000 Subject: regenerate (This used to be commit 75a8a906e8031b50e6583f2e0354073a8aa7f5f3) --- docs/htmldocs/upgrading-to-3.0.html | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 docs/htmldocs/upgrading-to-3.0.html (limited to 'docs/htmldocs/upgrading-to-3.0.html') diff --git a/docs/htmldocs/upgrading-to-3.0.html b/docs/htmldocs/upgrading-to-3.0.html deleted file mode 100644 index 16272d0cd4..0000000000 --- a/docs/htmldocs/upgrading-to-3.0.html +++ /dev/null @@ -1,20 +0,0 @@ - -Chapter 30. Upgrading from Samba-2.x to Samba-3.0.0

Chapter 30. Upgrading from Samba-2.x to Samba-3.0.0

Jelmer R. Vernooij

The Samba Team

25 October 2002

Charsets

You might experience problems with special characters -when communicating with old DOS clients. Codepage -support has changed in samba 3.0. Read the chapter -Unicode support for details. -

Obsolete configuration options

-In 3.0, the following configuration options have been removed. -

printer driver (replaced by new driver procedures)
printer driver file (replaced by new driver procedures)
printer driver location (replaced by new driver procedures)
use rhosts
postscript
client code page (replaced by dos charset)
vfs path
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