View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003207 | mantisbt | public | 2003-06-20 19:48 | 2003-12-13 04:34 | |
Reporter | jward1152 | Assigned To | jlatour | ||
Priority | normal | Severity | tweak | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Summary | 0003207: LDAP e-mail not working | ||||
Description | Had $g_use_ldap_email set to ON but users not receiving e-mail's. Solution - Looked at ldap_api.php and discovered that on line #61 the attribute value name requested from LDAP was 'email' rather then 'mail'. The common attribute name for email is 'mail' per the InetOrgPerson LDAP schema. Changed it to 'mail' and it worked. | ||||
Tags | No tags attached. | ||||
MantisBT: master 44ddd57b 2003-10-24 08:44 Details Diff |
Fix 0003207: LDAP mail lookup was looking for the 'email' attribute instead of the 'mail' attribute. git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@2269 <a class="text" href="/?p=mantisbt.git;a=object;h=f5dc347c">f5dc347c</a>-c33d-0410-90a0-b07cc1902cb9 |
Affected Issues 0003207 |
|
mod - core/ldap_api.php | Diff File | ||
mod - doc/ChangeLog | Diff File |