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.
如何在不使用 ldap_open() 函数的情况下初始化并连接到 OpenLDAP 服务器。我想为此测试功能 LDAP 测试连接我需要打开一个超时连接并关闭它以检查连接是否可用。
只需创建一个套接字并调用 connect(),使用非阻塞模式和您选择的 select()/poll()/epoll() 来控制超时。成功后立即关闭,不要发送任何内容。