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.
2 parents fb41e9c + 54bb298 commit f67a2c7Copy full SHA for f67a2c7
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