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

       Web browser: ---
            Bug ID: 43232
           Summary: Undefined offset messages in LdapAuthentication 2.0c
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: LdapAuthentication
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Four PHP notices appearing in the Apache error log in LdapAuthentication 2.0c:

PHP Notice:  Undefined offset: 0 in
path/extensions/LdapAuthentication/LdapAuthentication.php on line 1633

Line is:
$Usid = $PGentries[0]['objectsid'][0];

PHP Notice:  Undefined offset: 0 in
path/extensions/LdapAuthentication/LdapAuthentication.php on line 1634

Line is:
$PGrid = $PGentries[0]['primarygroupid'][0];

PHP Notice:  Undefined offset: 0 in
path/extensions/LdapAuthentication/LdapAuthentication.php on line 1658

Line is:
$dnMember = strtolower( $PGentries[0]['dn'] );

PHP Notice:  Undefined offset: 1 in
path/extensions/LdapAuthentication/LdapAuthentication.php on line 1665

Line is:
$groups["short"][] = strtolower( $memAttrs[1] );

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to