openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 964b19b24b3dbbff009957f21ce9e5bffbc353c2
parent faedc9919e7af5d69c4cd4e683df2848744a99ae
Author: dankert <dankert@braunbaer-laptop>
Date:   Tue, 13 Oct 2009 21:18:00 +0200

Merge durchgeführt

Diffstat:
config/security.ini.php | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config/security.ini.php b/config/security.ini.php @@ -41,7 +41,8 @@ disable_dynamic_code = true ; Enable or disable the displaying of system information -show_system_info = false +show_system_info = true + ; Default Login @@ -86,7 +87,7 @@ type=form ; this is the backend where the passwords are checked against. ; 'database' uses the internal database table as password store. ; 'authdb' uses an external database table as password store, see section [authdb] which has to exist. -; 'ldap' uses an external LDAP directory for password checking. +; 'ldap' uses an external LDAP directory for password checking, see file "ldap.ini.php". ; 'http' uses an HTTP-Auth Server for password checking type=database