From f05ed59e464bd384fde1a0ce75cbc4aa00166dc6 Mon Sep 17 00:00:00 2001 From: Thomas CHEMINEAU Date: Wed, 17 Mar 2010 15:50:44 +0000 Subject: [PATCH] Online documentation indicates that the default passwordDB is LDAP --- .../lemonldap-ng-manager/lib/Lemonldap/NG/Manager/_Struct.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/_Struct.pm b/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/_Struct.pm index f006e460f..e7d55c930 100644 --- a/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/_Struct.pm +++ b/modules/lemonldap-ng-manager/lib/Lemonldap/NG/Manager/_Struct.pm @@ -1026,7 +1026,7 @@ sub defaultConf { timeout => '7200', userControl => '^[\w\.\-@]+$', userDB => 'LDAP', - passwordDB => 'Null', + passwordDB => 'LDAP', useXForwardedForIP => '0', whatToTrace => '$uid', ########