简体   繁体   English

LDAP过滤器查询如何在Java LDAP / springLDAP中特别工作?

[英]How does LDAP filter query work specially in Java LDAP/springLDAP?

How does the LDAP query work in :- (i). LDAP查询如何在:-(i)中工作。 Windows powershell (ii). Windows Powershell(ii)。 Java JNDI (iii). Java JNDI(iii)。 SpringLDAP SpringLDAP

Does the LDAP filter query in each of the above 3 approaches search only the first 1000 random ActiveDirectory(AD) records to match our filter string and if it does not find matching AD entry in those 1000 records it returns recordset of size 0, neglecting the post first 1000 entries? 上面3个方法中的每个方法中的LDAP过滤器查询是否仅搜索前1000个随机ActiveDirectory(AD)记录以匹配我们的过滤器字符串,并且如果在这1000条记录中未找到匹配的AD条目,则返回大小为0的记录集,而忽略发布前1000个条目?

No. What you're suggesting wouldn't begin to make sense. 不。您的建议将变得毫无意义。 It forms the entire result set and then returns up to 1000 entries. 它形成整个结果集,然后最多返回1000个条目。 Which client you're using has no effect. 您正在使用哪个客户端无效。

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

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