Is there a way to raise events if someone changed something in Active Directory, e.g. disable user account?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, there are mechanisms and hooks to be notified of certain changes being made in Active Directory – see the MSDN docs Change Notifications in Active Directory as a starting point and go from there.
From the looks of it, it’s pretty low-level straight LDAP code ……
Also see this other Stackoverflow question on the topic, and the blog post by Ryan Dunn on how to Implement Change Notifications in .NET