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.

Problème connexion ...
 
Notifications
Clear all

Problème connexion LDAP

1 Posts
1 Users
0 Reactions
7,807 Views
(@ytremblayudes)
Posts: 2
Active Member
Topic starter
 
[#3626]

Dans la version 5.4.3 et 5.4.5 de projeter, j'utilise LDAP (AD) pour l'authentification et la création de user.

Si je fais un login avec le même username (minuscule et Majuscule ou un mixte), La connexion LDAP fonctionne mais il crée un nouveau user avec les variantes de majuscules et minuscules, ce qui n'est pas désiré comme comportement.

Pour solutionner le problème j'ai fait la modification suivante dans ../projeqtor/model/UserMain.php
Ligne 1011 : J'ai remplacé $this->name=$paramlogin; par $this->name=strtolower($paramlogin);

Ça corrige mon problème en attendant de faire mieux.


 
Posted : 02 Sep 2016 20H19
Share:

Scroll to Top