How can I log incoming LDAP connections on a Domain Controller before disabling them?

0
13
Asked By CuriousCoder42 On

I'm looking for guidance on how to log incoming network connections to my Domain Controller, specifically focusing on connections made over LDAP (port 389) versus LDAPS. I want to ensure that nothing is attempting to authenticate using LDAP before I shut it down. Ideally, I need to gather about a week's worth of connection data. Any suggestions on how I can accomplish this?

1 Answer

Answered By NetworkNinja21 On

Just a heads up: checking the port alone might not be enough. If secure LDAP connections are being made using StartTLS over port 389, those connections will also be logged. Just something to keep in mind!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.