View Issue Details

IDProjectCategoryView StatusLast Update
0010910mantisbtldappublic2011-08-05 02:36
Reporterrgomes1997 Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Summary0010910: Realname and email not being synchronized from LDAP
Description

mantis_user_table fields "realname" and "email" are not being synchronized from LDAP.

The side effect is that Assign To: will show "jsmith" instead of "John Smith".

At the moment, I don't know if other side effects are important regarding the absence of email address in mantis_user_table.

Product version: 1.2.0-rc2
Product build: mantisbt-1.2.0rc2-2009-09-02-master-1.2.x-02195ad

This build allows automatic creation of users in mantis_user_table when LDAP authentication is successful and such user does not previously exist in mantis_user_table.

TagsNo tags attached.

Activities

dregad

dregad

2010-11-04 15:36

developer   ~0027256

Last edited: 2010-11-04 15:38

Have you tested this in a later release of Mantis ? It works fine for me on 1.2.1

rgomes1997

rgomes1997

2011-01-31 18:46

reporter   ~0028134

I'm using Mantis 1.2.4 with configurations below and it works fine.

$g_ldap_realname_field   = 'cn';
$g_use_ldap_realname     = ON;
$g_use_ldap_email        = ON;

Actually, I had to open the user management page and click on those users which were not dispalying the realname properly. Then the realuser and email address was loaded properly from LDAP. Simply click button "Update User" and it will be replicated onto Mantis database.

This issue can be closed.

Thanks

Richard Gomes