We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 490de5a commit 54bb298Copy full SHA for 54bb298
lightblue-ldap-config/src/main/java/com/redhat/lightblue/config/ldap/LdapDataSourceConfiguration.java
@@ -110,7 +110,7 @@ public void initializeFromJson(JsonNode node) {
110
}
111
else{
112
throw new IllegalArgumentException("Unable to parse 'servers' for ldap database " + databaseName
113
- + ". Must be an instance of an array.");
+ + ". Must be an instance of an array and must contain at least one entry with a host and port.");
114
115
116
String[] hosts = hostPortMap.keySet().toArray(new String[0]);
0 commit comments