mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-04 04:17:43 +02:00
initialize ppolicy module
This commit is contained in:
parent
ac7661731c
commit
c302198e6e
3 changed files with 34 additions and 0 deletions
|
@ -115,6 +115,16 @@ ldap.dn_user_attr = 'uid'
|
|||
#ad.auth = 'Administrator'
|
||||
#ad.password = 'password'
|
||||
|
||||
[ppolicy]
|
||||
|
||||
# password policy module
|
||||
ppolicy.module = 'ldapcherry.ppolicy.simple'
|
||||
|
||||
# parameters of the module
|
||||
min_length = 8
|
||||
min_upper = 1
|
||||
min_digit = 1
|
||||
|
||||
# authentification parameters
|
||||
[auth]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue