1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

WHATSNEW.txt: Improved winbind logging and samba-log-parser

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>

Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date(master): Wed Jun  7 15:06:07 UTC 2023 on atb-devel-224
This commit is contained in:
Pavel Filipenský 2023-06-07 14:55:49 +02:00 committed by Andreas Schneider
parent 15fdf7b36f
commit dc6edc4881

View File

@ -36,6 +36,15 @@ an implementation written in python. The new function can be imported via
`import samba.gp`. The python implementation connects to Active Directory `import samba.gp`. The python implementation connects to Active Directory
using the SamDB module, instead of ADS (which is what libgpo uses). using the SamDB module, instead of ADS (which is what libgpo uses).
Improved winbind logging and a new tool for parsing the winbind logs
--------------------------------------------------------------------
Winbind logs (if smb.conf 'winbind debug traceid = yes' is set) contain new
trace header fields 'traceid' and 'depth'. Field 'traceid' allows to track the
trace records belonging to the same request. Field 'depth' allows to track the
request nesting level. A new tool samba-log-parser is added for better log
parsing.
REMOVED FEATURES REMOVED FEATURES
================ ================
@ -45,6 +54,7 @@ smb.conf changes
Parameter Name Description Default Parameter Name Description Default
-------------- ----------- ------- -------------- ----------- -------
winbind debug traceid Add traceid No
KNOWN ISSUES KNOWN ISSUES