1.10.6 中的 Auth Adapter Ldap 不向后兼容
使用相同选项时,1.10.6 中的 Zend Auth Adapter Ldap 失败 ldap.server1.baseDn = "CN=Users,DC=webex,DC=local"(这只是一个选项) 完全相同的选项适用于以前的 1.5 或 1.6 版本
如果我将上述选项更改为,则 ldap.server1.baseDn = "DC=webex,DC=本地" 那么它可以工作,但总是会返回无效的凭据,即使情况是“未找到身份”
有人知道为什么吗?
Zend Auth Adapter Ldap in 1.10.6 fails when using the same options
ldap.server1.baseDn = "CN=Users,DC=webex,DC=local" (this is just one option)
the exact same option works in the previous 1.5 or 1.6 versions
if i change the above option to
ldap.server1.baseDn = "DC=webex,DC=local"
then it works but would always return Invalid Credentials even if the case is Identity Not Found
does anyone know why?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有范围选项吗?也许是条目、子树、基数?子树当然是您在这种情况下想要的。
Is there an option for scope? Entry, subtree, base perhaps? Subtree of course is what you want in this context.