Forum

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.

LDAP Authentificati...
 
Notifications
Clear all

LDAP Authentification -lowercase

2 Posts
2 Users
0 Reactions
2,916 Views
(@ytremblayudes)
Posts: 2
Active Member
Topic starter
 
[#3625]

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);


 
Posted : 02 Sep 2016 17H35
(@babynus)
Posts: 14952
Member Admin
 

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);

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.


 
Posted : 05 Sep 2016 12H03
Share:

Scroll to Top