Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 openLDAP 库。如何确定我的服务器用于连接 AD 服务器的安全协议类型和版本?
ldap_connect("ldaps://server:636");
我了解网站,我可以通过查看浏览器的属性轻松查看类型和版本..
正如另一个问题所建议的那样,看看带有一堆选项的ldap_set_option ,并且可以启用调试
ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7);