View Issue Details

IDProjectCategoryView StatusLast Update
0011755mantisbtldappublic2011-04-21 10:17
Reporterobones Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0011755: $g_use_ldap_realname set to ON is sometimes ignored
Description

When $g_use_ldap_realname the real name stored in the database should not be used when working with users. Unfortunately, there are places where Mantis does not use user_get_realname() but the direct value of the database field thus leading to a potential problem if those are different.
There is an example of this in manage_user_page.php at line 308 (1.2.0 release)
Another example if the user_get_id_by_realname() function in user_api.php
There are many others around Mantis, just do a search for "realname". Not all occurrences are easily fixable

I understand that this slows downs processes, but this is required as the real name in the LDAP structures may change after the user has been added in Mantis (a wedding is an example of a situation where this occurs).

TagsNo tags attached.

Relationships

related to 0011546 closeddregad g_use_ldap_realname = ON only works for logged in user 
related to 0011754 new $g_use_ldap_email set to ON is sometimes ignored 

Activities

tk

tk

2010-04-12 07:53

reporter   ~0025101

I suppose this problem is the same as I see, reported in 0011546.