From: <CZa...@wi...> - 2002-01-14 16:59:04
|
I am trying to perform a search in the LDAP server, but I get this message, can you explain what could be going on? Net::LDAP::Constant 1 required--this is only version (undef) at test_ldap.pl line 23 BEGIN failed--compilation aborted at test_ldap.pl line 23. $ldap = Net::LDAP->new("servername.com") or die "$@"; $mesg = $ldap->search( base => 'o=wiley', scope=> 'subtree', filter=> '(|(objectclass=interorgperson) (mail = $username))' ); Carlton Zachary Sr. E-Commerce Unix Systems Administrator John Wiley & Sons, Inc. New York, NY 10158 |