|
|
1
2
请参阅中的“对目录进行身份验证”部分。 this article on MSDN . 它的要点是使用directoryEntry(在构造函数中获取凭证)连接到LDAP根目录,然后在其上使用directorySearch。 |