From 459cb9757597a45b570419fd22256721f949af9f Mon Sep 17 00:00:00 2001 From: John Terpstra Date: Tue, 8 Mar 2005 03:47:46 +0000 Subject: More doco updates. More coming too. (This used to be commit 884efef4a4c32fc7f660b58bf2e5cb56e903e378) --- docs/Samba-Guide/index.xml | 2 +- docs/Samba-Guide/preface.xml | 117 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 118 insertions(+), 1 deletion(-) diff --git a/docs/Samba-Guide/index.xml b/docs/Samba-Guide/index.xml index 4ceb9bf615..08457c1f48 100644 --- a/docs/Samba-Guide/index.xml +++ b/docs/Samba-Guide/index.xml @@ -15,7 +15,7 @@ &person.jht; March 4, 2005 - 20041023 + 20050304 boo diff --git a/docs/Samba-Guide/preface.xml b/docs/Samba-Guide/preface.xml index 3ba9a2ec69..0cd8a995fd 100644 --- a/docs/Samba-Guide/preface.xml +++ b/docs/Samba-Guide/preface.xml @@ -84,6 +84,123 @@ makes deployment of Samba-3 a breeze. + + Samba 3.0.12 Update Edition + + + The Samba 3.0.x series has been remarkably popular. At the time this book first + went to print samba-3.0.2 was being released. There have been significant modifications + and enhancements between samba-3.0.2 and samba-3.0.11 (the current release) that + necessitate this documentation update. This update has the specific intent to + refocus this books so that its guidance can be followed for samba-3.0.12 + and beyond. Further changes are expected as Samba-3 matures further and will + be reflected in future updates. + + + + The changes shown in are incorporated in this update: + + + + + + + + + + + + New Feature + + + + + Description + + + + + + + + + Winbind Case Handling + + + + + User and group names returned by winbindd are now converted to lower case + for better consistency. Samba implementations that depend on the case of information returned + by winbind (such as %u and %U) must now convert the dependency to expecting lower case values. + This affects mail spool files, home directories, valid user lines in the &smb.conf; file, etc. + + + + + + + Schema Changes + + + + + Addition of code to handle password aging, password uniqueness controls, bad + password instances at logon time, have made necessary extensions to the SambaSAM + schema. This change affects all sites that use LDAP and means that the directory + schema must be updated. + + + + + + + Username Map Handling + + + + + Samba-3.0.8 redefined the behavior: Local authentication results in a username map file + lookup before authenticating the connection. All authentication via an external domain + controller will result in the use of the fully qualified name (i.e.: DOMAIN\username) + after the user has been successfully authenticated. + + + + + + + UNIX extension handling + + + + + Symbolicly linked files and directories on the UNIX host to absolute paths will + now be followed. This can be turned off using wide links = No in + the share stanza in the &smb.conf; file. Turning off wide links + support will degrade server performance because each path must be checked. + + + + + + + Privileges Support + + + + + Versions of Samba prior to samba-3.0.11 required the use of the UNIX root + account from network Windows clients. The new enable privileges = Yes capability + means that functions such as adding machines to the domain, managing printers, etc. can now + be delegated to normal user accounts or to groups of users. + + + + + +
+
+ -- cgit