<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Customer recently implemented ldap for hive authentication. When they connect to hive with beeline, or via ODBC, user is not prompted for the password. and the user can connect to any database, irrespective of ldap group in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96365#M9770</link>
    <description />
    <pubDate>Fri, 16 Sep 2022 09:47:10 GMT</pubDate>
    <dc:creator>visakh_nair</dc:creator>
    <dc:date>2022-09-16T09:47:10Z</dc:date>
    <item>
      <title>Customer recently implemented ldap for hive authentication. When they connect to hive with beeline, or via ODBC, user is not prompted for the password. and the user can connect to any database, irrespective of ldap group</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96365#M9770</link>
      <description />
      <pubDate>Fri, 16 Sep 2022 09:47:10 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96365#M9770</guid>
      <dc:creator>visakh_nair</dc:creator>
      <dc:date>2022-09-16T09:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Customer recently implemented ldap for hive authentication. When they connect to hive with beeline, or via ODBC, user is not prompted for the password. and the user can connect to any database, irrespective of ldap group</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96366#M9771</link>
      <description>&lt;P&gt;This seems like a configuration error, basically this is the behavior you get when you have simple authentication where password doesn't matter. Can you check what is the value of "hive.server2.authentication" in hive-site.xml?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 05:14:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96366#M9771</guid>
      <dc:creator>deepesh1</dc:creator>
      <dc:date>2015-10-31T05:14:37Z</dc:date>
    </item>
    <item>
      <title>Re: Customer recently implemented ldap for hive authentication. When they connect to hive with beeline, or via ODBC, user is not prompted for the password. and the user can connect to any database, irrespective of ldap group</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96367#M9772</link>
      <description>&lt;P&gt;@&lt;A href="http://community.hortonworks.com/users/320/visakhnair.html"&gt;visakh.nair@hortonworks.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;You have to setup/recheck LDAP auth for Hive. Feel free to reach out in case you face any issue. &lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="https://cwiki.apache.org/confluence/display/Hive/Setting+Up+HiveServer2"&gt;Link&lt;/A&gt;&lt;/P&gt;&lt;H2&gt;Authentication/Security Configuration&lt;/H2&gt;&lt;P&gt;HiveServer2 supports Anonymous (no authentication) with and without SASL, Kerberos (GSSAPI), pass through LDAP, Pluggable Custom Authentication and Pluggable Authentication Modules (PAM, supported Hive 0.13 onwards).&lt;/P&gt;&lt;H4&gt;Configuration&lt;/H4&gt;&lt;P&gt;&lt;STRONG&gt;Authentication mode:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;hive.server2.authentication&lt;/STRONG&gt; – Authentication mode, default NONE. Options are NONE (uses plain SASL), NOSASL, KERBEROS, &lt;STRONG&gt;LDAP&lt;/STRONG&gt;, PAM and CUSTOM.&lt;/P&gt;&lt;P&gt;Set following for LDAP mode:&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.server2.authentication.ldap.url"&gt;hive.server2.authentication.ldap.url&lt;/A&gt; – LDAP URL (for example, ldap://hostname.com:389).&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.server2.authentication.ldap.baseDN"&gt;hive.server2.authentication.ldap.baseDN&lt;/A&gt; – LDAP base DN. (Optional for AD.)&lt;/P&gt;&lt;P&gt;&lt;A href="https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.server2.authentication.ldap.Domain"&gt;hive.server2.authentication.ldap.Domain&lt;/A&gt; – LDAP domain. (Hive 0.12.0 and later.)&lt;/P&gt;&lt;P&gt;See &lt;A href="https://cwiki.apache.org/confluence/display/Hive/User+and+Group+Filter+Support+with+LDAP+Atn+Provider+in+HiveServer2"&gt;User and Group Filter Support with LDAP Atn Provider in HiveServer2&lt;/A&gt; for other LDAP configuration parameters in Hive 1.3.0 and later.&lt;/P&gt;&lt;P&gt;Set following for CUSTOM mode:&lt;/P&gt;&lt;P&gt;hive.server2.custom.authentication.class – Custom authentication class that implements the&lt;CODE&gt;org.apache.hive.service.auth.PasswdAuthenticationProvider&lt;/CODE&gt; interface.&lt;/P&gt;</description>
      <pubDate>Sat, 31 Oct 2015 05:15:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96367#M9772</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-31T05:15:23Z</dc:date>
    </item>
    <item>
      <title>Re: Customer recently implemented ldap for hive authentication. When they connect to hive with beeline, or via ODBC, user is not prompted for the password. and the user can connect to any database, irrespective of ldap group</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96368#M9773</link>
      <description>&lt;P&gt;@&lt;A href="http://community.hortonworks.com/users/320/visakhnair.html"&gt;visakh.nair@hortonworks.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please see this&lt;/P&gt;&lt;P&gt;Mutually Exclusive Settings&lt;/P&gt;&lt;P&gt;These two settings are 'mutually exclusive' and should not be used together while trying to integration HS2 with AD.&lt;/P&gt;&lt;CODE&gt;hive.server2.authentication.ldap.Domain&lt;/CODE&gt;
&lt;CODE&gt;hive.server2.authentication.ldap.baseDN&lt;/CODE&gt;
&lt;P&gt;If these two settings are present together, your AD integration will NOT work&lt;/P&gt;</description>
      <pubDate>Wed, 04 Nov 2015 02:20:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96368#M9773</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-11-04T02:20:28Z</dc:date>
    </item>
    <item>
      <title>Re: Customer recently implemented ldap for hive authentication. When they connect to hive with beeline, or via ODBC, user is not prompted for the password. and the user can connect to any database, irrespective of ldap group</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96369#M9774</link>
      <description>&lt;P&gt;In HDP 2.3, Ambari 2.1, I did't find &lt;A href="https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.server2.authentication.ldap.Domain"&gt;hive.server2.authentication.ldap.Domain&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 02:11:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96369#M9774</guid>
      <dc:creator>sushil61</dc:creator>
      <dc:date>2016-01-28T02:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customer recently implemented ldap for hive authentication. When they connect to hive with beeline, or via ODBC, user is not prompted for the password. and the user can connect to any database, irrespective of ldap group</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96370#M9775</link>
      <description>&lt;P&gt;If i am using LDAP with hive. I am getting exception saying "Peer indicated failure: Error validating the login (state=08S01,code=0)" . In Active Directory i have added hive user and set the password as hive. But the hive user created by HDP is virtual user and doesnt have password. Please guide us how to pass the password of hive user in LDAP&lt;/P&gt;</description>
      <pubDate>Thu, 05 May 2016 13:26:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96370#M9775</guid>
      <dc:creator>ramgopalnali</dc:creator>
      <dc:date>2016-05-05T13:26:43Z</dc:date>
    </item>
    <item>
      <title>Re: Customer recently implemented ldap for hive authentication. When they connect to hive with beeline, or via ODBC, user is not prompted for the password. and the user can connect to any database, irrespective of ldap group</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96371#M9776</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/140/nsabharwal.html"&gt;Neeraj Sabharwal&lt;/A&gt; , I am not able to see the parameter to set the ldap bind password for base DN for hive . Where to find this parameter.&lt;/P&gt;</description>
      <pubDate>Thu, 03 May 2018 15:37:24 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Customer-recently-implemented-ldap-for-hive-authentication/m-p/96371#M9776</guid>
      <dc:creator>kalaiselvan_moo</dc:creator>
      <dc:date>2018-05-03T15:37:24Z</dc:date>
    </item>
  </channel>
</rss>

