More LDAP fixes
This commit is contained in:
parent
fa505a3ecf
commit
50cf668f48
4 changed files with 7 additions and 4 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue