mirror of https://github.com/apache/nifi.git
parent
64beeef593
commit
99016a835e
|
@ -155,6 +155,11 @@ public class LdapProvider implements LoginIdentityProvider {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// ensure the protocol is specified
|
||||||
|
if (StringUtils.isBlank(rawProtocol)) {
|
||||||
|
throw new ProviderCreationException("TLS - Protocol must be specified.");
|
||||||
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
final SSLContext sslContext;
|
final SSLContext sslContext;
|
||||||
if (StringUtils.isBlank(rawKeystore)) {
|
if (StringUtils.isBlank(rawKeystore)) {
|
||||||
|
|
Loading…
Reference in New Issue