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/Backup.xml | 19 +++++++++++++++++++ docs/docbook/projdoc/SWAT.xml | 2 +- docs/docbook/projdoc/unicode.xml | 26 ++++++++++++++++++++++++++ docs/docbook/projdoc/upgrading-to-3.0.xml | 26 +++++++++++++++++++++++++- 4 files changed, 71 insertions(+), 2 deletions(-) diff --git a/docs/docbook/projdoc/Backup.xml b/docs/docbook/projdoc/Backup.xml index 53e90e8ec0..b3c37aba53 100644 --- a/docs/docbook/projdoc/Backup.xml +++ b/docs/docbook/projdoc/Backup.xml @@ -11,7 +11,26 @@ This chapter did not make it into this release. It is planned for the published release of this document. +If you have something to contribute for this section please email it to +jht@samba.org/ + + +Features and Benefits + + +We need feedback from people who are backing up samba servers. +We would like to know what software tools you are using to backup +your samba server/s. + + + +In particular, if you have any success and / or failure stories you could +share with other users this would be appreciated. + + + + diff --git a/docs/docbook/projdoc/SWAT.xml b/docs/docbook/projdoc/SWAT.xml index e03c41ce39..8619d888a4 100644 --- a/docs/docbook/projdoc/SWAT.xml +++ b/docs/docbook/projdoc/SWAT.xml @@ -17,7 +17,7 @@ management. -SWAT Features and Benefits +Features and Benefits There are network administrators who believe that it is a good idea to write systems diff --git a/docs/docbook/projdoc/unicode.xml b/docs/docbook/projdoc/unicode.xml index c222c2bdc1..cb55c084c4 100644 --- a/docs/docbook/projdoc/unicode.xml +++ b/docs/docbook/projdoc/unicode.xml @@ -12,6 +12,32 @@ Unicode/Charsets + +Features and Benefits + + +Every industry eventually matures. One of the great areas of maturation is in +the focus that has been given over the past decade to make it possible for anyone +anywhere to use a computer. It has not always been that way, in fact, not so long +ago it was common for software to be written for exclusive use in the country of +origin. + + + +Of all the effort that has been brought to bear on providing native language support +for all computer users, the efforts of the Openi18n organisation is deserving of +special mention. For more information about Openi18n please refer to: +http://www.openi18n.org/. + + + +Samba-2.x supported a single locale through a mechanism called +codepages. Samba-3 is destined to become a truely trans-global +file and printer sharing platform. + + + + What are charsets and unicode? 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