View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0024044 | mantisbt | ldap | public | 2018年02月26日 11:45 | 2026年05月14日 14:09 |
| Reporter | raspopov | Assigned To | community | ||
| Priority | normal | Severity | feature | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 2.11.1 | ||||
| Target Version | 2.29.0 | Fixed in Version | 2.29.0 | ||
| Summary | 0024044: Getting user name and email from LDAP without LDAP authentication | ||||
| Description | It'll be nice to allow getting a user real name and email from LDAP without actual LDAP authentication i.e. when authentication set to HTTP_AUTH or anything else. In that case options $g_use_ldap_realname and $g_use_ldap_email set to 'ON' but $g_login_method is not a 'LDAP'. | ||||
| Additional Information | PR for this: https://github.com/mantisbt/mantisbt/pull/1308 | ||||
| Tags | No tags attached. | ||||
Updated PR: https://github.com/mantisbt/mantisbt/pull/1308
I would like to point out that LDAP authentication and using LDAP as a user database are quite different things. But everywhere in the MantisBT code these concepts are unreasonably mixed together. This is especially important for authentication via Active Directory. In this case, it is convenient to verify users using the web server itself (Apache or IIS), and take user data (mail, name, avatar, etc.) directly from Active Directory via the LDAP interface.
This PR will complement my new plugin nicely when used with AD: https://github.com/raspopov/MantisExtAuth
MantisBT: master 3b060d7f
2018年02月18日 13:52
Committer: dregad
Details Diff Getting user name and email from LDAP without LDAP authentication
Removed unneeded LDAP authentication checks to enable independent
retrieval of LDAP real name and email.
Fixes 0024044 Affected Issues
0024044
MantisBT: master 6ad19230
2026年02月09日 10:21
Committer: dregad
Details Diff Updated docs for LDAP
The "admin.config.auth" documentation section has been split into two:
"admin.config.auth" and "admin.config.ldap". LDAP restrictions have been
removed and links have been corrected.
Issue 0024044 Affected Issues
0024044
Copyright © 2000 - 2026 MantisBT Team
Contact administrator for assistance