I iam getting succes login for some users and not for uhtres.
This is the log:
2016-10-21 11:28:30.273 ----- DEBUG ----- loginCheck : current db version = 'V5.5.3'
2016-10-21 11:28:30.273 ----- DEBUG ----- User->authenticate('user1', 'LQLECTDHCVjpnYM2soKZGkl8')
2016-10-21 11:28:30.274 ----- DEBUG ----- User->authenticate : LDAP authenticate
2016-10-21 11:28:30.279 ===== TRACE ===== authenticate - Filter error : filter retrieved admin user (LDAP user in global parameters)
2016-10-21 11:28:30.280 ----- DEBUG ----- loginCheck : unidentified incorrect authentification
2016-10-21 11:28:30.280 ===== TRACE ===== Login error for user 'user1'
2016-10-21 11:29:16.040 ----- DEBUG ----- loginCheck : current db version = 'V5.5.3'
2016-10-21 11:29:16.040 ----- DEBUG ----- User->authenticate('user2', 'SAF1bV7HCVjStPww8Q==')
2016-10-21 11:29:16.041 ----- DEBUG ----- User->authenticate : LDAP authenticate
2016-10-21 11:29:16.052 ===== TRACE ===== NEW CONNECTED USER 'user2'
Both are creted in Projeqtor like users from LDAP.
Are you sure users exist in your LDAP ?
Yes, it exists.
Is necessary create the user inside Projeqtor to authenticate against LDAP?
No, user can be created automatically on first LDAP authentification.
This is the error for new user that belongs to LDAP and not create yet into Projeqtor
2016-10-21 13:22:39.123 ----- DEBUG ----- User->authenticate('user', 'HQIYvPHhCVhDFd5QpM0K')
2016-10-21 13:22:39.123 ----- DEBUG ----- User->authenticate : no user id (exit)
2016-10-21 13:22:39.123 ----- DEBUG ----- loginCheck : unidentified incorrect authentification
2016-10-21 13:22:39.123 ===== TRACE ===== Login error for user 'user'
I have also detected yhat login admin is too slow.
This is a log message logging admin
2016-10-21 13:53:55.188 ===== TRACE ===== Cannot check Version at http://projeqtor.org/admin/getVersion.php
2016-10-21 13:53:55.189 ===== TRACE ===== Maybe allow_url_fopen is Off in php.ini...
For last error, just disable version check on Global Parameters page.
Your ldap configuration semms not correct.
Value of $paramLdap_allow_login is not "true".
Check value in Global Parameters screen (remove value in parameters.php if defined).
All solved.
Thanksss