Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cannot verify the quality of the non-cleartext passwords尝试将条目添加到我的组织单元时出现错误。我在存储密码时使用MD5哈希方法。(带userPassword属性)
cannot verify the quality of the non-cleartext passwords
userPassword
一篇博客文章说解决方案是添加ads-pwdcheckquality值为 0 的属性;但这对我不起作用。并且在尝试添加此属性时;它给出了这样的警告:
ads-pwdcheckquality
您不需要添加新属性,您需要编辑服务器配置并重新启动:
1-打开服务器文件夹中的config.ldif,搜索字符串:
ads-pwdcheckquality: 2
并将其更改为:
ads-pwdcheckquality: 0
2-之后,重新启动服务器并重试。该解决方案对我有用。