Commit 043ed967 authored by codepiano's avatar codepiano

add default value

parent 7248aeef
......@@ -32,7 +32,7 @@ public class LdapUserService implements UserService {
private String userDisplayNameAttrName;
@Value("${ldap.mapping.email}")
private String emailAttrName;
@Value("#{'${ldap.filter.memberOf}'.split('\\|')}")
@Value("#{'${ldap.filter.memberOf:}'.split('\\|')}")
private String[] memberOf;
@Autowired
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment