$searchattr is not defined in getUserDN
Hello,
I checked out the trunk (r108101) and LdapAuthentication.php doesn't work on my PHP. I got an error "searchattr undefined" ( apologize I didn't record the exact error message).
I looked into the code and found the following line seem missing,
$searchattr = $this->getConf( 'SearchAttribute' );
around line 1262, in getUserDN() function.
Hope this helps.