View Issue Details

IDProjectCategoryView StatusLast Update
0003207mantisbtemailpublic2003-12-13 04:34
Reporterjward1152 Assigned Tojlatour  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Summary0003207: 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.

TagsNo tags attached.

Activities

jlatour

jlatour

2003-10-24 14:42

reporter   ~0004682

Fixed in 0.18.0.

Related Changesets

MantisBT: master 44ddd57b

2003-10-24 08:44

jlatour


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