- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我设置了一个启用了默认密码策略的 ApacheDS。对于测试建议,我通过多次输入错误的凭据锁定了一个简单的用户(objectClass=Person 扩展了一些自定义的 User-objectClass)。正如我所料,用户被锁定(错误消息:用户被永久锁定)。
现在的问题是:如何再次解锁用户?有没有更好的方法然后删除并再次添加?
我对扩展用户 (objectClass=pwdPolicy) 进行了同样的尝试,但是当用户被锁定时没有添加 pwd* 属性。
最佳答案
最近,我在工作中遇到了同样的问题。但是,互联网上似乎没有答案。最后,我通过查看此文档找到了答案:
Password Policy for LDAP Directories draft-behera-ldap-password-policy
This attribute holds the time that the user's account was locked. A
locked account means that the password may no longer be used to
authenticate. A 000001010000Z value means that the account has been
locked permanently, and that only a password administrator can unlock the account.
This attribute holds the number of seconds that the password cannot
be used to authenticate due to too many failed bind attempts. If
this attribute is not present, or if the value is 0 the password
cannot be used to authenticate until reset by a password
administrator.
关于ldap - 如何在 ApacheDS 上解锁用户,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32348831/
我是一名优秀的程序员,十分优秀!