From 4a0d87e642c4d97ee2a026f1207e25a001518f3a Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Sat, 8 Sep 2012 19:49:11 +0200 Subject: Abstracting the LDAP stuff in an OO library. --- config.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.in') diff --git a/config.in b/config.in index f687c46..9a40f9d 100644 --- a/config.in +++ b/config.in @@ -17,3 +17,6 @@ ldap_suffix = ou=virtual,o=mailHosting,dc=fripost,dc=dev # TODO: This should be replaced with a Keberos ticket. ldap_authcID = FPanel ldap_authcPW = panel + +# The minimum password length. +password_min_length = 12 -- cgit v1.2.3