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

link|improve this question

1  
Check first if users have been found. – hakre Dec 29 '11 at 20:00
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.