<?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 Re: AD Users Stop Working After Kerberos and SSSD Setup in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96182#M9603</link>
    <description>&lt;P&gt;I was finally able to resolve it. Somehow the DN for the LDAP Manager changed. &lt;/P&gt;&lt;P&gt;Was:&lt;/P&gt;&lt;PRE&gt;CN=adadmin,OU=MyUsers,DC=AD-HDP,DC=COM
&lt;/PRE&gt;&lt;P&gt;Now:&lt;/P&gt;&lt;PRE&gt;CN=adadmin,DC=AD-HDP,DC=COM &lt;/PRE&gt;&lt;P&gt;Appreciate the hint their Paul. &lt;/P&gt;</description>
    <pubDate>Thu, 29 Oct 2015 10:19:19 GMT</pubDate>
    <dc:creator>rgarcia</dc:creator>
    <dc:date>2015-10-29T10:19:19Z</dc:date>
    <item>
      <title>AD Users Stop Working After Kerberos and SSSD Setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96179#M9600</link>
      <description>&lt;P&gt;I have configured Ambari to integrate with AD and all users was able to login to Ambari UI. After kerberizing the cluster and adding SSSD setup with AD, setting up SPNEGO, the AD Users no longer can login to Ambari UI. &lt;/P&gt;&lt;P&gt;Here's the error I'm getting /var/log/ambari-server/ambari-server.log:&lt;/P&gt;&lt;PRE&gt;28 Oct 2015 22:51:17,655  INFO [qtp-client-24] FilterBasedLdapUserSearch:89 - SearchBase not set. Searches will be performed from the root: ou=Rommel_Garcia_Accounts,dc=AD-HDP,dc=COM

28 Oct 2015 22:51:17,660  WARN [qtp-client-24] AmbariLdapAuthenticationProvider:71 - Looks like LDAP manager credentials (that are used for connecting to LDAP server) are invalid.

org.springframework.security.authentication.InternalAuthenticationServiceException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903C5, comment: AcceptSecurityContext error, data 52e, v2580^@]; nested exception is javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903C5, comment: AcceptSecurityContext error, data 52e, v2580^@

.............

Caused by: org.springframework.ldap.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903C5, comment: AcceptSecurityContext error, data 52e, v2580^@]; nested exception is javax.naming.AuthenticationException: [LDAP: error code 49 - 80090308: LdapErr: DSID-0C0903C5, comment: AcceptSecurityContext error, data 52e, v2580^@]
&lt;/PRE&gt;</description>
      <pubDate>Thu, 29 Oct 2015 09:57:45 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96179#M9600</guid>
      <dc:creator>rgarcia</dc:creator>
      <dc:date>2015-10-29T09:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: AD Users Stop Working After Kerberos and SSSD Setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96180#M9601</link>
      <description>&lt;P&gt;@rgarcia@hortonworks.com&lt;/P&gt;&lt;P&gt;Could you check this?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Looks like LDAP manager credentials (that are used for connecting to LDAP server) are invalid.&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 10:05:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96180#M9601</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-29T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: AD Users Stop Working After Kerberos and SSSD Setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96181#M9602</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/112/rgarcia.html" nodeid="112"&gt;@rgarcia@hortonworks.com&lt;/A&gt; - that error code and 52e indicate that the bind credentials that you have given Ambari are no longer valid.  We're trying to authenticate ourselves to AD to do a search, and we use the Manager DN and password for that authentication.  I would re-check those credentials and if necessary update the Ambari Server with the credentials by editing the configuration, or re-running ambari-server setup-ldap with the updated credentials.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 10:08:11 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96181#M9602</guid>
      <dc:creator>pcodding</dc:creator>
      <dc:date>2015-10-29T10:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: AD Users Stop Working After Kerberos and SSSD Setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96182#M9603</link>
      <description>&lt;P&gt;I was finally able to resolve it. Somehow the DN for the LDAP Manager changed. &lt;/P&gt;&lt;P&gt;Was:&lt;/P&gt;&lt;PRE&gt;CN=adadmin,OU=MyUsers,DC=AD-HDP,DC=COM
&lt;/PRE&gt;&lt;P&gt;Now:&lt;/P&gt;&lt;PRE&gt;CN=adadmin,DC=AD-HDP,DC=COM &lt;/PRE&gt;&lt;P&gt;Appreciate the hint their Paul. &lt;/P&gt;</description>
      <pubDate>Thu, 29 Oct 2015 10:19:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/AD-Users-Stop-Working-After-Kerberos-and-SSSD-Setup/m-p/96182#M9603</guid>
      <dc:creator>rgarcia</dc:creator>
      <dc:date>2015-10-29T10:19:19Z</dc:date>
    </item>
  </channel>
</rss>

