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