Help for this page

Select Code to Download


  1. or download this
     
    ## 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
    }
    
  2. or download this
    Software error:
    No such object at login2.cgi line 46.