Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Nov 2, 2017
2 parents 55f2c28 + f50be11 commit 11c0890
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -42,7 +42,7 @@ public class LdapSecurityConfig {
@Value("${auth.ldap.host}")
private String ldapHost;

@Value("${auth.ldap.manager:#{null}}")
@Value("${auth.ldap.manager:}")
private String ldapUserDn;
@Value("${auth.ldap.password:#{null}}")
private String ldapUserPassword;
Expand Down

0 comments on commit 11c0890

Please sign in to comment.