Help for this page
## Connect and bind to the server. $ldap = Net::LDAP->new("servername.com",port => 389,version => 3 ) or +die $!; ... if ($result->code != LDAP_SUCCESS) { die $result->error(); # Authentication failed }
Software error: No such object at login2.cgi line 46.