如何在Plone中的LDAP插件中添加其他用户搜索过滤器?

时间:2014-03-11 17:47:53

标签: plone zope

当我尝试在/ test / acl_users / ldap-plugin / acl_users下的ZMI中添加其他用户搜索过滤器时,出现以下错误:

Traceback (innermost last):
  Module ZPublisher.Publish, line 138, in publish
  Module ZPublisher.mapply, line 77, in mapply
  Module ZPublisher.Publish, line 48, in call_object
  Module Products.LDAPUserFolder.LDAPUserFolder, line 464, in manage_edit
  Module Products.LDAPUserFolder.LDAPDelegate, line 265, in connect
INVALID_CREDENTIALS: {'info': '80090308: LdapErr: DSID-0C0903A9, comment: AcceptSecurityContext error, data 52e, v1db1', 'desc': 'Invalid credentials'}

我以安装Plone期间创建的管理员用户身份登录。

提前感谢您的帮助。

1 个答案:

答案 0 :(得分:2)

每次保存该表单时,您都必须再次写入密码,即使密码字段似乎已填满。