[
https://issues.apache.org/jira/browse/HADOOP-18603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18032304#comment-18032304
]
ASF GitHub Bot commented on HADOOP-18603:
-----------------------------------------
github-actions[bot] closed pull request #5581: HADOOP-18603 NPE in
LdapAuthenticationHandler as disableHostNameVerif…
URL: https://github.com/apache/hadoop/pull/5581
> NPE in LdapAuthenticationHandler as disableHostNameVerification is never
> initialized
> ------------------------------------------------------------------------------------
>
> Key: HADOOP-18603
> URL: https://issues.apache.org/jira/browse/HADOOP-18603
> Project: Hadoop Common
> Issue Type: Bug
> Reporter: Bilwa S T
> Assignee: Bilwa S T
> Priority: Major
> Labels: pull-request-available
>
> Steps to reproduce this issue:
> Enable ldap auth with tls by configuring these in core-site.xml
> 1. hadoop.http.authentication.multi-scheme-auth-handler.schemes = basic
> 2. hadoop.http.authentication.multi-scheme-auth-handler.schemes.basic.handler
> = ldap
> 3. hadoop.http.authentication.ldap.enablestarttls = true
>
> Trace:
> {noformat}
> java.lang.NullPointerException
> at
> org.apache.hadoop.security.authentication.server.LdapAuthenticationHandler.authenticateWithTlsExtension(LdapAuthenticationHandler.java:261)
> at
> org.apache.hadoop.security.authentication.server.LdapAuthenticationHandler.authenticateUser(LdapAuthenticationHandler.java:238)
> at
> org.apache.hadoop.security.authentication.server.LdapAuthenticationHandler.authenticate(LdapAuthenticationHandler.java:202)
> {noformat}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]