使用 PrimarySearcher 搜索多个用户
是否可以通过一次 PrimarySearcher 调用来搜索多个用户名。也许通过提供请求的用户名的“OR”作为过滤条件?
Is it possible to search for multiple user names with a single PrincipalSearcher call. Maybe by providing an 'OR' of the requested user names as the filter criteris ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,可以使用简单的 LDAP 查询来搜索多个用户名。我不确定你到底想做什么,但你应该能够执行如下所示的操作
(|([电子邮件受保护])([电子邮件受保护]))
Yes, it is possible to search for several user names with a simple LDAP query. I am not sure what you are exactly trying to do but you should be able to do something like below
(|([email protected])([email protected]))