Append debug log

This commit is contained in:
Christophe Maudoux 2022-06-27 22:45:17 +02:00
parent 1322d78065
commit 0831143a6b
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ sub newLdap {
my $self = $_[0];
my $ldap;
# Build object and test LDAP connexion
# Build object and test LDAP connection
$self->logger->debug( "Try to build new LDAP connection with: $self->{conf}->{ldapServer}" );
return undef
unless (
$ldap = Lemonldap::NG::Portal::Lib::Net::LDAP->new(