摘要:
如果在AD中要修改一个域用户的密码,而当前的操作用户并不具有域管理员的身份,将不会成功。所以说,要完成这个功能,必须能模拟域管理员的身份。下面提供了一个身份模拟类,代码如下: using System;using System.Collections.Generic;using System.T... 阅读全文
posted @ 2010-11-08 12:29 qdzhbsh 阅读(307) 评论(0) 推荐(0)
|
|||
|
摘要:
如果在AD中要修改一个域用户的密码,而当前的操作用户并不具有域管理员的身份,将不会成功。所以说,要完成这个功能,必须能模拟域管理员的身份。下面提供了一个身份模拟类,代码如下: using System;using System.Collections.Generic;using System.T... 阅读全文
posted @ 2010-11-08 12:29 qdzhbsh 阅读(307) 评论(0) 推荐(0) |
|||