清除域控制器上 Active Directory 查询的缓存结果
我正在 2 个 Win2003 林之间建立外部信任。然后,我坐在第一个林的域中,从第二个林域检索组名称。然后,我删除信任并再次执行查询,这会带来相同的输出。 (这次,它来自缓存,因为在删除信任后森林 2 变得无法访问)。
谁能告诉我如何清除存储 Active Directory 查询结果的缓存吗?
此缓存仅在主域控制器上可用还是也可在辅助域控制器上使用?
注意:- 我正在通过编写自己的 ADSI 程序进行查询。
谢谢
I am establishing an external trust between 2 Win2003 forests. Then i m retrieving groups names from 2nd forest domain while sitting in the domain of 1st forest. Then, i am removing the trust and doing the query again which is bringing the same output. (this time, it is from cache as forest 2 has become unreachable after the removal of trust).
Can anyone tell how to clear the cache which store the results of Active Directory queries?
Is this cache only available on primary domain controller or also on secondary domain controllers?
Note :- I m doing query by writing my own ADSI program.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除信任 如果仅从本地域删除信任,它仍然会出现在其他域中,但如果您尝试验证它,则会生成错误。其他域的管理员也必须删除该域的信任。
Removing the Trust If you remove the trust from the local domain only, it still appears from the other domain but generates an error if you attempt to validate it. An administrator from the other domain must remove the trust from that domain as well.