r78423 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78422‎ | r78423 | r78424 >
Date:00:48, 15 December 2010
Author:laner
Status:deferred
Tags:
Comment:
Adding memberof attribute to another spot where userInfo is set
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -1060,7 +1060,7 @@
10611061 $this->printDebug( "Created a regular filter: $filter", SENSITIVE );
10621062 }
10631063
1064 - $attributes = array( "*" );
 1064+ $attributes = array( "*", "memberof" );
10651065 $base = $this->getBaseDN( USERDN );
10661066
10671067 $this->printDebug( "Using base: $base", SENSITIVE );

Status & tagging log