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. --- default.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'default.in') diff --git a/default.in b/default.in index 683a5bf..ef32710 100644 --- a/default.in +++ b/default.in @@ -35,6 +35,8 @@ cgi-bin = /cgi-bin/ timeout = 30m +# The minimum password length. +password_min_length = 8 # LDAP configuration ldap_uri =ldap://127.0.0.1:389 -- cgit v1.2.3