WHATSNEW: some fixes
authorBrad Hards <bradh@frogmouth.net>
Mon, 22 Sep 2014 07:42:57 +0000 (09:42 +0200)
committerMichael Adam <obnox@samba.org>
Tue, 23 Sep 2014 04:54:11 +0000 (06:54 +0200)
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

WHATSNEW.txt

index 295cbb61d38bb20d3f7f0a3f548bdad9a9313787..2a4e7b75cb63513029fdc63c1d4265dbefd284e7 100644 (file)
@@ -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