From ff4a5f643f4e8d38a748573e9492d8c5d571a0ed Mon Sep 17 00:00:00 2001 From: Gary Lockyer Date: Fri, 7 Jun 2019 10:01:14 +1200 Subject: WHATSNEW.txt: reindex performance, Bind9 logging Add entries for: Reindex performance improvements Bind9 logging LDAP referrals Signed-off-by: Gary Lockyer Reviewed-by: Tim Beale Autobuild-User(master): Tim Beale Autobuild-Date(master): Mon Jun 10 06:13:27 UTC 2019 on sn-devel-184 --- WHATSNEW.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'WHATSNEW.txt') diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 3ef066df34f..c10c1d4ad1e 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -49,6 +49,40 @@ where: The version of the JSON Authentication messages has been changed to 1.2 from 1.1 +Reindex performance improvements +-------------------------------- + +The performance of samba-tool dbcheck --reindex has been improved, especially +for large domains. + +LDAP referrals +-------------- + +The scheme of returned LDAP referrals now reflects the scheme of the original +request, i.e. referrals received via ldap are prefixed with "ldap://" +and those over ldaps are prefixed with "ldaps://" + +Previously all referrals were prefixed with "ldap://" + +Bind9 logging +------------- + +It is now possible to log the duration of DNS operations performed by Bind9 +This should aid future diagnosis of performance issues, and could be used to +monitor DNS performance. The logging is enabled by setting log level to +"dns:10" in smb.conf + +The logs are currently Human readable text only, i.e. no JSON formatted output. + +Log lines are of the form: + + : DNS timing: result: [] duration: () + zone: [] name: [] data: [] + + durations are in microseconds. + + + REMOVED FEATURES -- cgit v1.2.1