summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-09 17:53:00 +0000
committerGerald Carter <jerry@samba.org>2006-06-09 17:53:00 +0000
commit5c08b2be656110b31d02398fb1b9639b401c56c5 (patch)
tree57ac3e78550847acb8f37a50c98a9722e1aeebb4 /WHATSNEW.txt
parent004bfa4709ef522b05b35f1548954db380303827 (diff)
downloadsamba-5c08b2be656110b31d02398fb1b9639b401c56c5.tar.gz
samba-5c08b2be656110b31d02398fb1b9639b401c56c5.tar.xz
samba-5c08b2be656110b31d02398fb1b9639b401c56c5.zip
r16127: adding volker parse_net change
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt13
1 files changed, 13 insertions, 0 deletions
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 <vl@samba.org>
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 <jason@ncac.gwu.edu>