View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0012567 | mantisbt | ldap | public | 2010-11-26 10:57 | 2011-08-05 02:31 |
| Reporter | shawkris | Assigned To | atrol | ||
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | duplicate | ||
| Platform | Win32 | OS | Server 2003 | OS Version | SP2 |
| Product Version | 1.2.3 | ||||
| Summary | 0012567: Updating LDAP user overwrites email address and real name until next login | ||||
| Description | When saving an update to a user's information, such as access level, their email address and real name are ovewritten in the MySQL database. Also, no email notification is sent to that user about their account change. | ||||
| Steps To Reproduce | Login with a user via LDAP | ||||
| Additional Information | manage_user_update.php doesn't check that user is LDAP so the page isn't sent updated values for email and real name. $f_email and $f_realname are therefor blank. As a workaround, I added the following code to get the correct values from LDAP before the database update: if ( config_get( 'use_ldap_realname' ) == ON ) { | ||||
| Tags | No tags attached. | ||||
|
Known issue 0011351, already fixed in 1.2.x |
|
|
Is the fix in a released version? |
|
|
The fix will be part of the next version 1.2.4 |
|