Project

General

Profile

« Previous | Next » 

Revision 4748

Added by walbridge about 15 years ago

minor change to help nick test irccat

View differences:

src/perl/ldapweb.cgi
772 772
        my $ldapPassword = $ldapConfig->{$o}{'password'};
773 773
        my $searchBase = $ldapConfig->{$o}{'base'};
774 774
        my $dnBase = $ldapConfig->{$o}{'dn'};
775
        
775
    		debug("LDAP connection to $ldapurl...");    
776 776
        #if main ldap server is down, a html file containing warning message will be returned
777 777
        my $ldap = Net::LDAP->new($ldapurl, timeout => $timeout) or handleGeneralServerFailure("The ldap server " . $ldapurl . " is down!");
778 778
        

Also available in: Unified diff