Hi,
I am really sorry for bother you but I have one issue with one LDAP search.
This is the line that is not working:
my $mesg =
$ldap->search(filter=>"contractCode=$values[0]","&",filter=>"OfferID=$values
[2]",base=>"ou=Offers,dc=du,dc=ae");
I tried all the ways I found and nothing; do you know any solution?
my $mesg = $ldap->search(filter=>"contractCode=$values[0]",
"OfferID=$values[2]",base=>"ou=Offers,dc=du,dc=ae");
my $mesg = $ldap->search(&("filter=>"contractCode=$values[0]",
filter=>"OfferID=$values[2]"),base=>"ou=Offers,dc=du,dc=ae");
I will really appreciate any help!
Thanks