line 954
$groups=$this->nice_names($info[0]["memberof"]);
I receive this error when I check for a user in a group, using the user_ingroup() function.
This is where I got the library from: https://github.com/dhorrigan/codeigniter-adldap/blob/master/libraries/Adldap.php (line 954 refers to the error)
When the user actually belongs in the group, it works fine, but when I enter in a user that was not found in the group, it returns the Undefined offset: 0 error