Removing duplicated serverPrincipal at LDAPStorageProviderFactory.java
closes #20101
This commit is contained in:
parent
8c58f39a49
commit
ca06c49909
1 changed files with 0 additions and 3 deletions
|
@ -222,9 +222,6 @@ public class LDAPStorageProviderFactory implements UserStorageProviderFactory<LD
|
||||||
.type(ProviderConfigProperty.BOOLEAN_TYPE)
|
.type(ProviderConfigProperty.BOOLEAN_TYPE)
|
||||||
.defaultValue("false")
|
.defaultValue("false")
|
||||||
.add()
|
.add()
|
||||||
.property().name(KerberosConstants.SERVER_PRINCIPAL)
|
|
||||||
.type(ProviderConfigProperty.STRING_TYPE)
|
|
||||||
.add()
|
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue