使用C#跟踪Active Directory中的更改 [英] Tracking changes in the Active Directory using C#

查看:255
本文介绍了使用C#跟踪Active Directory中的更改的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果有人在Active Directory中更改了某些内容,有没有办法提高事件,例如禁用用户帐户?

解决方案

是的,有机制和挂钩被通知在Active Directory中进行某些更改 - 请参阅MSDN文档将Active Directory中的通知更改为一个起点,从那里走。



从它的外观,它是相当低级别的直接LDAP代码......



另请参阅其他Stackoverflow问题的主题,以及Ryan Dunn关于如何在.NET中实现更改通知的博文 a>


Is there a way to raise events if someone changed something in Active Directory, e.g. disable user account?

解决方案

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

这篇关于使用C#跟踪Active Directory中的更改的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆