简体   繁体   English

使用UnboundID LDAP SDK以异步模式对LDAP用户进行身份验证

[英]Authenticate LDAP users in asynchronous mode with UnboundID LDAP SDK

I need to Authenticate LDAP users in asynchronous mode. 我需要以异步模式对LDAP用户进行身份验证。 According to this source we can not use simple bind request in asynchronous mode. 根据此消息,我们不能在异步模式下使用简单的绑定请求。 If then, How can I authenticate a user by providing DN and password. 如果是这样,我如何通过提供DN和密码来认证用户。

As Neil indicated in his response , the synchronous nature of LDAP BIND is mandated by the standard. 正如Neil在答复中指出的那样,该标准要求LDAP BIND的同步特性。 Modern LDAP servers can handle tens of thousands of LDAP BIND operations / second, so performance concerns could hardly come into play. 现代的LDAP服务器每秒可以处理数万个LDAP BIND操作,因此几乎没有引起性能问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM