Hello, i have ldap connection problem and i would like to know how to enable a log with more information for ldap connection.
Thank you.
set $logLevel="3" in parameters.php will show all error logs in log file
But there are not much.
Maybe you can add some trace in /model/User.php->authenticate(), using debugLog("message");
Thank you for the info. After putting debug message, i realize for a ldap user to be able to acces the site, this user need to be create first in the projector database and specified that is an ldap user.
Hi,
The user do not need to be created first, but if it exists, it must have isLdap=1 in order to connect through ldap.
The only way that i was able to make the apllication avalaible for a user, is to create the user first on thw application. What i am missing to be able that a user not created on the application first, be able to acces it.
Thank you