simbadzina commented on code in PR #5581:
URL: https://github.com/apache/hadoop/pull/5581#discussion_r1622586601
##########
hadoop-common-project/hadoop-auth/src/main/java/org/apache/hadoop/security/authentication/server/LdapAuthenticationHandler.java:
##########
@@ -100,6 +100,12 @@ public class LdapAuthenticationHandler implements
AuthenticationHandler {
*/
public static final String ENABLE_START_TLS = TYPE + ".enablestarttls";
+ /**
+ * Constant for disabling the host name verification for this handler.
+ */
+ private static final String DISABLE_HOSTNAME_VERIFICATION = TYPE +
+ ".hostname.verification.disable";
Review Comment:
Could you please also add this new config in core-site default.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]