仅 1 个用户的克隆身份验证失败
(对 Plone 新手表示歉意 - 之前的管理员已经离开。)
我们的一个 Plone 用户无法通过 Plone 身份验证,但我们找不到任何原因。她成功登录 Novell 并尝试访问 Plone 页面进行编辑,但 Plone 使用的 LDAP 身份验证返回消息“登录失败。登录名和密码均区分大小写,请检查是否未启用大写锁定”。
我们已经安装了 LDAP 插件,并且没有发现用户有任何异常情况。所有 cookie 均已删除,但未成功。
我们正在运行: -克隆人3.2.2 -CMF 2.1.2 -Zope(Zope 2.10.9-final、python 2.4.2、linux2) -Python 2.4.2(#1,2008 年 12 月 2 日,00:09:07)[GCC 4.1.2 20070115(SUSE Linux)] -PIL 1.1.5
有人对如何解决这个问题有任何提示吗?
提前致谢
(Apologies for being new to Plone - previous administrator has moved on.)
One of our Plone users is failing to authenticate to Plone but we cannot find any reason for it. She logs into Novell successfully and tries to access Plone pages to edit them and the LDAP authentication used by Plone returns the message "Login failed. Both login name and password are case sensitive, check that caps lock is not enabled".
We have and LDAP plugin installed and have established nothing unusual about the user. All cookies have been removed without success.
We are running:
-Plone 3.2.2
-CMF 2.1.2
-Zope (Zope 2.10.9-final, python 2.4.2, linux2)
-Python 2.4.2 (#1, Dec 2 2008, 00:09:07) [GCC 4.1.2 20070115 (SUSE Linux)]
-PIL 1.1.5
Has anyone got any hints on how to solve this?
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试以下一个或多个选项:
Try one or more of these options:
检查ZMI。查看 Plone 站点下面的 /acl_users/source_users/manage_users 和 Zope 根目录下的 /acl_users/users/manage_users 以及中间的任何 acl_users。
这就是贾科莫所说的“从本地到克隆”的意思。如果她是在这些位置之一定义的,并且该源的优先级高于 LDAP(可能),则不会使用她的 LDAP 凭据。
Check in the ZMI. Look in /acl_users/source_users/manage_users below the Plone site, and /acl_users/users/manage_users at the Zope root, and any acl_users in between.
This is what Giacomo meant by "local to plone". If she is defined in one of those places, and that source has priority over LDAP (likely), then her LDAP credentials aren't being used.