]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Add debug report when LDAP auth was success.
authorRadosław Korzeniewski <radoslaw@korzeniewski.net>
Fri, 16 Oct 2020 09:27:21 +0000 (11:27 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 24 Mar 2022 08:02:58 +0000 (09:02 +0100)
bacula/src/plugins/dir/ldap/src/ldap-dir.c

index 68b4570712ae9347d74a65052c63a25c48a37b27..a8b875b5783b5fd77255ddf97ae57e0e29a573af 100644 (file)
@@ -443,6 +443,7 @@ bRC BPAMLDAP::do_ldap_authenticate()
    }
 
    // now we should report login success!
+   DMSG0(ctx, DINFO, "LDAP Authentication Successfull!\n");
    return bRC_OK;
 }