Skip to content

Commit

Permalink
anonymous ldap bind fix
Browse files Browse the repository at this point in the history
  • Loading branch information
1azyman committed Nov 1, 2017
1 parent cc412fc commit f50be11
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 f50be11

Please sign in to comment.