summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-07-01 20:41:19 +0000
committerGerald Carter <jerry@samba.org>2003-07-01 20:41:19 +0000
commitaf07880789b57dc7bf7e63606b3a31bee6b27b8e (patch)
tree8f5802c22d30dc6ad37474b8756dbeeec592c7a8
parentd374da2b3f0ff82c3c9f44cf43f031acc0d075bc (diff)
downloadsamba-af07880789b57dc7bf7e63606b3a31bee6b27b8e.tar.gz
more fixes from jht
-rw-r--r--WHATSNEW.txt7
1 files changed, 4 insertions, 3 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 03fcb922434..e4df1b63f98 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -92,7 +92,8 @@ details
3) Correct timestamp problem on 64-bit machines (bug #140)
4) Add extra debugging statements to winbindd for tracking down
failures
-5) Fix bug when aliased 'winbind uid/gid' parameters
+5) Fix bug when aliased 'winbind uid/gid' parameters are used
+ ('winbind uid/gid' are now replaced with 'idmap uid/gid')
6) Added an auth flag that indicates if we should be allowed
to fall back to NTLMSSP for SASL if krb5 fails
7) Fixed the bug that forced us not to use the winbindd cache when
@@ -108,7 +109,7 @@ details
14) Add trivial extension to 'net' to dump current local idmap
and restore mappings as well
15) Modify 'net rpc vampire' to add new and existing users to
- both the idmap and the SAM.
+ both the idmap and the SAM. This code needs further testing.
16) Fix crash bug in ADS searches
17) Build libnss_wins.so as part of nsswitch target (bug #160)
18) Make net rpc vampire return an error if the sam sync RPC
@@ -189,7 +190,7 @@ Building
--------
Many of the options to the GNU autoconf script have been modified
-in the 3.0 release. The most noticeable are
+in the 3.0 release. The most noticeable are:
* removal of --with-tdbsam (is now included by default; see section
on passdb backends and authentication for more details)