Commit 1c0bba4a03be7e59e518b55a1ecba67686e6572e

Authored by kevin_fourie
1 parent 21b7d7d5

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.

Committed By: Kevin Fourie
Reviewed By: Conrad Vermeulen

git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/STABLE/trunk@8611 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing 1 changed file with 3 additions and 0 deletions
config/config.ini
... ... @@ -404,3 +404,6 @@ customerrormessages=on
404 404 customerrorpagepath=customerrorpage.php
405 405 ;Turn custom error handler on or off
406 406 customerrorhandler=on
  407 +
  408 +[ldapAuthentication]
  409 +autoGroupCreation=false
... ...