r108169 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r108168‎ | r108169 | r108170 >
Date:19:27, 5 January 2012
Author:laner
Status:ok
Tags:
Comment:
Add missing variable. Thanks to Yuryu for bug fix.
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -1259,6 +1259,7 @@
12601260 }
12611261 }
12621262
 1263+ $searchattr = $this->getConf( 'SearchAttribute' );
12631264 // we need to do a subbase search for the entry
12641265 $filter = "(" . $searchattr . "=" . $this->getLdapEscapedString( $username ) . ")";
12651266 $this->printDebug( "Created a regular filter: $filter", SENSITIVE );

Status & tagging log