diff options
author | Andrew Bartlett <abartlet@samba.org> | 2018-07-12 11:54:56 +1200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-07-12 04:32:07 +0200 |
commit | 5a3690a48f60d68b66d9a76591382a66e62e1668 (patch) | |
tree | 1782eca5d5c8f0ffffdc66b00190fbec1cde4a6c /WHATSNEW.txt | |
parent | 932dc282d4527e06ab5f8b69b486b339828def60 (diff) | |
download | samba-5a3690a48f60d68b66d9a76591382a66e62e1668.tar.gz |
WHATSNEW: Explain that Jansson is requied for AD DC, mention --without-json-audit
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r-- | WHATSNEW.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 22470809b1e..4035fd32385 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -108,6 +108,14 @@ For NTLM and Kerberos KDC authentication, the authentication duration is now logged. Note that the duration is only included in the JSON formatted log entries. +JSON library Jansson required for the AD DC +------------------------------------------- + +By default the Jansson JSON library is required for Samba to build. +It is strictly required for the Samba AD DC, and is optional for +builds --without-ad-dc by specifying --without-json-audit at configure +time. + New Experimental LMDB LDB backend --------------------------------- |