6 Star 0 Fork 6

OpenCloudOS Stream/openldap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
check_password.conf 1.05 KB
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2022-10-25 14:34 +08:00 . init repo
# OpenLDAP pwdPolicyChecker modules configuration
#
# The configuration file (/etc/openldap/check_password.conf by default) contains
# parameters for the module. If the file is not found, parameters are given their
# default value.
#
# The syntax of the file is :
# parameter value
# with spaces being delimiters. Parameter names ARE case sensitive (this may
# change in the future).
#
# Current parameters :
# - useCracklib: integer. Default value: 1. Set it to 0 to disable cracklib verification.
# It has no effect if cracklib is not included at compile time.
# - minPoints: integer. Default value: 3. Minimum number of quality points a new
# password must have to be accepted. One quality point is awarded for each character
# class used in the password.
# - minUpper: integer. Defaut value: 0. Minimum upper characters expected.
# - minLower: integer. Defaut value: 0. Minimum lower characters expected.
# - minDigit: integer. Defaut value: 0. Minimum digit characters expected.
# - minPunct: integer. Defaut value: 0. Minimum punctuation characters expected.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/openldap.git
git@gitee.com:opencloudos-stream/openldap.git
opencloudos-stream
openldap
openldap
master

搜索帮助