Relationship Graph

Relationship Graph
related to related to child of child of duplicate of duplicate of

View Issue Details

IDProjectCategoryView StatusLast Update
0011457mantisbtcode cleanuppublic2014-09-23 18:05
Reporternerville Assigned Torombert  
PrioritynormalSeveritytextReproducibilityalways
Status closedResolutionfixed 
Product Version1.2.0rc2 
Target Version1.2.9Fixed in Version1.2.9 
Summary0011457: Wrong comment LDAP field in config_defaults_inc.php
Description

In the config_defaults_inc.php, you can now set the ldap real name field. The comment of the field is wrong :

    /**
     * The LDAP field for real name (i.e. common name).
     *  @global string $g_ldap_uid_field
     */
    $g_ldap_realname_field  = 'cn';

It should be :

    /**
     * The LDAP field for real name (i.e. common name).
     *  @global string $g_ldap_realname_field
     */
    $g_ldap_realname_field  = 'cn';
TagsNo tags attached.

Relationships

related to 0015721 closedgrangeway Functionality to consider porting to master-2.0.x 

Activities

grangeway

grangeway

2013-04-05 17:57

reporter   ~0036339

Marking as 'acknowledged' not resolved/closed to track that change gets ported to master-2.0.x branch

Related Changesets

MantisBT: master 8ddb68c8

2011-12-06 04:21

rombert


Details Diff
Fixes 0011457: Wrong comment LDAP field in config_defaults_inc.php Affected Issues
0011457
mod - config_defaults_inc.php Diff File

MantisBT: master-1.2.x 649a14f2

2011-12-06 04:21

rombert


Details Diff
Fixes 0011457: Wrong comment LDAP field in config_defaults_inc.php Affected Issues
0011457
mod - config_defaults_inc.php Diff File