Hi!
I just started using this plugin, but unfortunately it isn't working. I am shown the "ERROR: Invalid username." no matter what... Does anyone have any tips and tricks on how to debug this?
The users are NOT located in the "Users" OU in the AD, but in a tree parallell to "Users". I have changed
$entries[0]["memberof"][]="CN=Domain Users,CN=Users,".$this->_base_dn;
in adLDAP.php
$entries[0]["memberof"][]="CN=Domain Users,CN=OurUsers,".$this->_base_dn;
to account for this, but it seems to do no good.
Ideas, anyone?
/Martin
http://wordpress.org/extend/plugins/active-directory-authentication/