More LDAP fixes

This commit is contained in:
Graham Knop 2007-10-09 21:37:47 +00:00
parent fa505a3ecf
commit 50cf668f48
4 changed files with 7 additions and 4 deletions

View file

@ -127,7 +127,7 @@ sub execute {
if($ldap) {
my $uri = $ldapLink->getURI();
my $search = $ldap->search(
base =>$ldapLink->getValue("ldapUserRDN"),
base => $uri->dn,
scope =>"sub",
filter =>$ldapLink->getValue("ldapIdentity").'='.$userObject->username
);