Last modified: 2014-02-12 23:38:14 UTC
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] );