http://www.perlmonks.org?node_id=924345


in reply to Re^2: Net::LDAP q
in thread Net::LDAP q

The LDAP protocol does not support setting the type of the arguments in comparison filters. It is up to the server to decide which one to use.

Anyway, I would enable debugging on the Net::LDAP object and see what is being send and received by the script:

$ldap->debug(12);