Skip to content

Commit

Permalink
Add LDAP TLS config value in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Dor committed May 16, 2018
1 parent b493ccd commit 0549d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/kamax/mxisd/config/ldap/LdapConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@ public void build() {

log.info("Host: {}", connection.getHost());
log.info("Port: {}", connection.getPort());
log.info("TLS: {}", connection.isTls());
log.info("Bind DN: {}", connection.getBindDn());
log.info("Base DN: {}", connection.getBaseDn());

Expand Down

0 comments on commit 0549d23

Please sign in to comment.