From 21db39eed519f8ab29d7badf55ad939e0aba19f1 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 20 Apr 2006 02:14:15 +0000 Subject: [PATCH] r15145: add some more to the release notes (please review) --- WHATSNEW.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 177ad8e841f..c6d89763519 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -36,7 +36,17 @@ The user and group internal management routines have been rewritten to prevent overlaps of assigned Relative Identifiers (RIDs). Unmapped users are assigned a SID in the S-1-22-1 domain now and unmapped groups are assigned a SID in the S-1-22-2 domain. +This means that it is possible on upgraded Samba domain controllers +that this could cause problems with the ACLs assigned to files or +directories copied from a file share to a local NTFS formatted disk +partition. Upgrading procedures are still under development. +There has also been a minor update the Samba LDAP schema file. +A substring matching rule has been added to the sambaSID +attribute definition. This will require, for example, the addition +of 'index sambaSID sub' to an OpenLDAP server's slapd.conf +configuration file. It will be necessary to run slapindex after +making this change. ###################################################################### @@ -53,16 +63,27 @@ smb.conf changes -------------- ------ acl group control Deprecated add port command New + dmapi support New dos filemode Modified behavior enable asu support New default (no) enable privileges New default (yes) + enable rid algorithm Removed + fam change notify New host msdfs New default (yes) msdfs root New default (yes) open files database hash size New strict locking New default (auto) + usershare max shares New + usershare owner only New + usershare path New + usershare prefix allow list New + usershare prefix deny list New + usershare template share New winbind enum users New default (no) winbind enum groups New default (no) winbind nested groups New default (yes) + winbind offline logon New + winbind refesh tickets New winbind max idle children Removed -- 2.11.4.GIT