Hello,
Since we upgraded to version 9.1.4, we can no longer connect with LDAP.
we tried to change the settings but they don't register?
every time, I have the message "parameters saved" but if I disconnect then reconnect, these are the default parameters with LDAP = NO
is it a bug?
something wrong in ma configuration ?
Thank you in advance
Pierrick P.
Which version of PHP are you using ?
7.3.14.0 version of php
Fix will be included in V9.2.0
Hello,
we have updated to version 9.2.0 but we still have the same problem.
Do we need to update php?
Thanks.
try and add new line in your parameter.php file
$ldapFormatUri=false;
Does it fix the issue ?
my administrator asks in which file put this command :
the one in "model" folder or the one in "view" folder ? both ?
there is a third but writed parameterS in config folder.
Open file tool/parametersLocation.php
Here is location of file parameters.php that you must change
NB : default location is ../files/config/parameters.php, but you should change this to put this file out of web reach
no, it doesn't work...
is it possible to put parameters directly in the file?
Hi,
To fix, you need to put the value into simple quotes : $ldapFormatUri='false';
Then restart your web server
It should work