From 1c0bba4a03be7e59e518b55a1ecba67686e6572e Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Wed, 11 Jun 2008 12:02:02 +0000 Subject: [PATCH] KTS-3405 "Auto group creation option has been removed from the config.ini file" Fixed. Added the section to the config.ini for 3.5.2d. 3.5.3 uses new DB config. --- config/config.ini | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/config/config.ini b/config/config.ini index 604cb72..557236b 100644 --- a/config/config.ini +++ b/config/config.ini @@ -404,3 +404,6 @@ customerrormessages=on customerrorpagepath=customerrorpage.php ;Turn custom error handler on or off customerrorhandler=on + +[ldapAuthentication] +autoGroupCreation=false -- libgit2 0.21.4