Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
I Use :ProjeQtor 5.4.5 and ProjeQtor 5.4.3
Authentification and User Create with AD-LDAP
Problem : connection with same user Lower case name login or UpperCase name create 2 differents user in my ProjeQtor environment.It's bad comportment for my need.
Solution :
Update projeqtor/model/UserMain.php to correct my problem
Line 1011 change : $this->name=$paramlogin; to $this->name=strtolower($paramlogin);
I Use :ProjeQtor 5.4.5 and ProjeQtor 5.4.3
Authentification and User Create with AD-LDAPProblem : connection with same user Lower case name login or UpperCase name create 2 differents user in my ProjeQtor environment.It's bad comportment for my need.
Solution :
Update projeqtor/model/UserMain.php to correct my problem
Line 1011 change : $this->name=$paramlogin; to $this->name=strtolower($paramlogin);
This patch will be included in next version (V5.5.0)
Thanks.
Hope this will not generate issues for other LDAP users.
If anyone faces issue with this trick, please report so that will add aprameter to enable this fix or not.