Hi All!
 
A new bee question . I am using Net::LDAP module to connect openldap it works fine 
when i use ipaddress of the machine .
but it didn't respond when i use the domain name....
 
$dn="cn=admin,dc=domain,dc=edu";
$password="password";
$version=3;
$url="ldap.domain.edu:389"; (didn't work)
#$url='210.30.320.704';  (works)
$ldap1 = Net::LDAP->new($url) or die "$@";
$mesg1 = $ldap1->bind(dn => $dn,
                        password => $password,
                        version => $version); 
 
Thanks in advance.


---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software

Reply via email to