summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorBrad Hards <bradh@frogmouth.net>2014-09-22 09:42:57 +0200
committerMichael Adam <obnox@samba.org>2014-09-23 06:54:11 +0200
commit8a6445d02580aca37ef2f69964890cf3de2aeac4 (patch)
treea6f2903885dc5f564ae7565d7d49daccc25c22cd /WHATSNEW.txt
parentf92086f4a347dcc8fa948aa2614a2c12f1115e5a (diff)
downloadsamba-8a6445d02580aca37ef2f69964890cf3de2aeac4.tar.gz
WHATSNEW: some fixes
Signed-off-by: Brad Hards <bradh@frogmouth.net> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> Autobuild-User(master): Michael Adam <obnox@samba.org> Autobuild-Date(master): Tue Sep 23 06:54:11 CEST 2014 on sn-devel-104
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 295cbb61d38..2a4e7b75cb6 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -40,7 +40,7 @@ Winbindd/Netlogon improvements
==============================
The whole concept of maintaining the netlogon secure channel
-to (other) domain controllers is rewritten in order to maintain
+to (other) domain controllers was rewritten in order to maintain
global state in a netlogon_creds_cli.tdb. This is the proper fix
for a large number of bugs:
@@ -50,11 +50,11 @@ for a large number of bugs:
https://bugzilla.samba.org/show_bug.cgi?id=7568
https://bugzilla.samba.org/show_bug.cgi?id=8599
-In addition a strong session key is required by default now,
+In addition a strong session key is now required by default,
which means that communication to older servers or clients
might be rejected by default.
-For the client side we the following new options:
+For the client side we have the following new options:
"require strong key" (yes by default), "reject md5 servers" (no by default).
E.g. for Samba 3.0.37 you need "require strong key = no" and
for NT4 DCs you need "require strong key = no" and "client NTLMv2 auth = no",
@@ -69,7 +69,7 @@ winbindd does not list group memberships for display purposes
The new default is "winbind expand groups = 0" now,
the reason for this is the same as for "winbind enum users = no"
and "winbind enum groups = no". Providing this information is not always
-reliably possible, e.g. if there're trusted domains.
+reliably possible, e.g. if there are trusted domains.
Please consult the smb.conf manpage for more details on these new options.
@@ -91,7 +91,7 @@ Overhauled "net idmap" command
==============================
The command line interface of the "net idmap" command has been
-systematized and subcommands for reading and writing the autorid idmap
+made systematic, and subcommands for reading and writing the autorid idmap
database have been added. Note that the writing commands should be
used with great care. See the net(8) manual page for details.
@@ -108,7 +108,7 @@ dbwrap_tdb_mutexes:* = yes
in the [global] section of your smb.conf.
-Tdb has furthermore improved to manage its file space more efficiently. This
+Tdb file space management has also been made more efficient. This
will lead to smaller and less fragmented databases.
Messaging improvements