1
0
Fork 0
mirror of https://github.com/kakwa/ldapcherry synced 2025-07-04 04:17:43 +02:00

initialize ppolicy module

This commit is contained in:
kakwa 2015-07-01 08:58:23 +02:00
parent ac7661731c
commit c302198e6e
3 changed files with 34 additions and 0 deletions

View file

@ -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]