https://bugzilla.wikimedia.org/show_bug.cgi?id=23257

           Summary: Latest commit to LdapAuthentication (r65189) has typo
                    on line 1324
           Product: MediaWiki extensions
           Version: any
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: major
          Priority: Normal
         Component: [other]
        AssignedTo: wikibugs-l@lists.wikimedia.org
        ReportedBy: drsti...@gmail.com


The latest update of LdapAuthentication that came out this weekend
broke our LDAP authenticated wikis.

While I'm not a PHP expert, it would seem there's an errant '.' at the
end of line 1324 in LdapAuthentication.php (white space trimmed, line 1325
included) :

if ( ( isset( $wgLDAPGroupsPrevail[$_SESSION['wsDomain']] ).
         && $wgLDAPGroupsPrevail[$_SESSION['wsDomain']] ) && count(
$this->userLDAPGroups ) != 0 ) {

If I remove the errant '.', my sites come back just fine.  If that's not the 
proper fix, let me know so I can start figuring out what else is borked.

Thanks!
-Tim Miller

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to