r43388 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r43387‎ | r43388 | r43389 >
Date:17:25, 11 November 2008
Author:laner
Status:old
Tags:
Comment:
Misspelled $wgLDAPAutoAuth in a check, which caused the auto-auth domain to not be removed from the list of domains. Fixed.
Modified paths:
  • /trunk/extensions/LdapAuthentication/LdapAuthentication.php (modified) (history)

Diff [purge]

Index: trunk/extensions/LdapAuthentication/LdapAuthentication.php
@@ -561,7 +561,7 @@
562562 array_push( $tempDomArr, 'local' );
563563 }
564564
565 - if ( isset( $wgLDAPAutoAutoDomain ) ) {
 565+ if ( isset( $wgLDAPAutoAuthDomain ) ) {
566566 $this->printDebug( "Allowing auto-authentication login, removing the domain from the list.", NONSENSITIVE );
567567
568568 //There is no reason for people to log in directly to the wiki if the are using an

Status & tagging log