View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012738 | mantisbt | authentication | public | 2011-02-03 07:10 | 2014-01-03 05:56 |
| Reporter | davidinc | Assigned To | dregad | ||
| Priority | normal | Severity | minor | Reproducibility | random |
| Status | closed | Resolution | duplicate | ||
| Product Version | 1.2.1 | ||||
| Summary | 0012738: Mantis: LDAP group authentication | ||||
| Description | For the purpose of integration ICT systems authentication through LDAP, we need to enable Mantis authentication through LDAP. This authentication should be group based. | ||||
| Tags | No tags attached. | ||||
| duplicate of | 0009124 | new | LDAP group authentication |
|
Depends on the platform where you have mantis running but we have integrated logon based upon AD (where mantis is on a windows server). |
|
|
To make this possible I change the following core/ldap_api.php lines (273 - 299) and define this in config_inc.php page $g_ldap_group_dn = 'groupMember';. if password is empty and ldap allows anonymous login, then
} Please if you have any advise to use LDAP group authentication without modifying the core page comment me here. Thanks |
|