From 5c08b2be656110b31d02398fb1b9639b401c56c5 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Fri, 9 Jun 2006 17:53:00 +0000 Subject: r16127: adding volker parse_net change --- WHATSNEW.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index d37a40e82e8..45aa0979141 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -21,6 +21,17 @@ Common issues addressed in 3.0.23rc2 include: o Winbind & AD trust failures. +Group Mapping Changes +===================== + +The default mapping entries for groups such as "Domain Admins" +are no longer created when using an smbpasswd file or a tdbsam passdb +backend. This means that it is necessary to use 'net groupmap add' +rathe than 'net groupmap modify' to set these entries. This change +has no effect on winbindd's IDmap functionality for domain groups. + + + ###################################################################### Changes ####### @@ -99,6 +110,8 @@ o Volker Lendecke when mapped to a non-algorithmic rid. * Fix regression which upper-cased machine names passed to the 'add machine script'. + * Correct parsing error in parse_net.c for user's with no group + membership. o Jason Mader -- cgit