View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 17519 | Bug reports | Authentication | public | 2021-08-17 15:00 | 2021-09-06 09:31 |
| Reporter | mkofahl | Assigned To | c_schmitz | ||
| Priority | none | Severity | minor | ||
| Status | closed | Resolution | fixed | ||
| Product Version | 5.x | ||||
| Summary | 17519: LDAP URI scheme invalid | ||||
| Description | The AuthLDAP plugin recommends in the settings page as help text for the LDAP server to use ldap: //ldap.example.com or ldaps: //ldap.example.com. This is only correct if ldap_connect were used with the URI. When using the host name and port, no scheme may be specified. Additionally, TLS does not depend on a specific port but the LDAP server configuration. | ||||
| Steps To Reproduce | Configure LimeSurvey to use LDAP with ldap://hostname and a different port than 389 in the port field. PHP will treat the hostname as URI without port number. | ||||
| Tags | No tags attached. | ||||
| Bug heat | 2 | ||||
| Complete LimeSurvey version number (& build) | 5.1.2+210813 | ||||
| I will donate to the project if issue is resolved | No | ||||
| Browser | |||||
| Database type & version | PostgreSQL 10 | ||||
| Server OS (if known) | |||||
| Webserver software & version (if known) | |||||
| PHP Version | 7 | ||||
|
Fix committed to 3.x-LTS branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=32557 |
|
|
LimeSurvey: master 8c188479 2021-08-17 17:45 Details Diff |
Fixed issue 17519: LDAP not working when using URI with port |
Affected Issues 17519 |
|
| mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
|
LimeSurvey: 3.x-LTS 65477186 2021-08-17 17:45 Details Diff |
Fixed issue 17519: LDAP not working when using URI with port |
Affected Issues 17519 |
|
| mod - application/core/plugins/AuthLDAP/AuthLDAP.php | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2021-08-17 15:00 | mkofahl | New Issue | |
| 2021-08-17 15:45 | c_schmitz | Assigned To | => c_schmitz |
| 2021-08-17 15:45 | c_schmitz | Status | new => assigned |
| 2021-08-17 15:45 | c_schmitz | Status | assigned => resolved |
| 2021-08-17 15:45 | c_schmitz | Resolution | open => fixed |
| 2021-08-17 15:48 | c_schmitz | Changeset attached | => LimeSurvey master 8c188479 |
| 2021-08-17 15:57 | c_schmitz | Changeset attached | => LimeSurvey 3.x-LTS 65477186 |
| 2021-08-17 15:57 | c_schmitz | Note Added: 66037 | |
| 2021-08-17 15:57 | c_schmitz | Bug heat | 0 => 2 |
| 2021-09-06 09:31 | c_schmitz | Status | resolved => closed |