I have a full fledged AD DS running on Windows server 2016. I have a spring app which I am using to authenticate against my active directory database using a simple authentication bind over a ssl connection. I want to examine the contents of all incoming bindRequests to the AD server, whether they succeed or fail.
Furthermore, I want to troubleshoot whether the name form in the bind request is being matched against the CN or the displayName attribute of my user object. My CN and displayName are exactly the same for some users and different for some users so I want to view logs or something similar to be sure.
If Schannel is the solution for this, what should I use to filter the logs?
Any pointers would be much appreciated, Thanks.