View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
---|---|---|---|---|---|---|---|---|---|
0001666 | v3.4 Release (Current) | Projects | public | 2015-08-13 08:51 | 2019-01-03 12:53 | ||||
Reporter | kaissa | ||||||||
Assigned To | caseydk | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Product Version | |||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0001666: authentification ldap failed | ||||||||
Description | I have configured wen2preject to use ldap authentification, but once a user tries to entifier it falls into error. after consulted the apache log, The call to the function "userId()" is not done correctly in a file: classes/w2p/Core/CAppUI.class.php 789 $user_id = $auth->userId(); 790 $username = $auth->username; // Some authentication schemes may collect username in various ways. 791 // Now that the password has been checked, see if they are allowed to I have do this correction: $user_id = $auth->userId($username); it works !!! | ||||||||
Tags | No tags attached. | ||||||||
Attached Files |
|
![]() |
|
caseydk (administrator) 2016-12-28 00:15 |
Fixed in development: https://github.com/web2project/web2project/commit/edd1adc22e6f8abb0fcf6d83133f8396ec04be52 |
caseydk (administrator) 2019-01-03 12:53 |
In the 31 Dec 2018 release: http://docs.web2project.net/release-notes/3.4.html |
![]() |
|||
Date Modified | Username | Field | Change |
---|---|---|---|
2015-08-13 08:51 | kaissa | New Issue | |
2016-12-26 23:34 | caseydk | Project | v3.3 Release => v3.4 Release (Current) |
2016-12-28 00:15 | caseydk | Assigned To | => caseydk |
2016-12-28 00:15 | caseydk | Status | new => resolved |
2016-12-28 00:15 | caseydk | Resolution | open => fixed |
2016-12-28 00:15 | caseydk | Note Added: 0003798 | |
2019-01-03 12:53 | caseydk | Note Added: 0003942 | |
2019-01-03 12:53 | caseydk | Status | resolved => closed |