diff --git a/src/main/groovy/io/kamax/mxisd/config/ldap/LdapConfig.groovy b/src/main/groovy/io/kamax/mxisd/config/ldap/LdapConfig.groovy index 946c287..66ca6e5 100644 --- a/src/main/groovy/io/kamax/mxisd/config/ldap/LdapConfig.groovy +++ b/src/main/groovy/io/kamax/mxisd/config/ldap/LdapConfig.groovy @@ -116,7 +116,6 @@ class LdapConfig { throw new IllegalArgumentException("Unsupported LDAP UID type: " + uidType) } - log.info("Conn: {}", JsonOutput.toJson(conn)) log.info("Host: {}", conn.getHost()) log.info("Port: {}", conn.getPort()) log.info("Bind DN: {}", conn.getBindDn())