<?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 Why does LDAP think the user already exists?  This is the first time we were able to connect to AD to configure Kerberos. in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95741#M9058</link>
    <description>&lt;PRE&gt;javax.naming.NameAlreadyBoundException: [LDAP: error code 68 - 00002071: UpdErr: DSID-0305038D, problem 6005 (ENTRY_EXISTS), data 0
^@]; remaining name 'cn=prodcluster-102015,ou=Hadoop,dc=corp,dc=ds,dc=client,dc=com'
        at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3082)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3033)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2840)
        at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:811)
        at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:337)
        at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:266)
        at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:202)
        at org.apache.ambari.server.serveraction.kerberos.ADKerberosOperationHandler.createPrincipal(ADKerberosOperationHandler.java:319)&lt;/PRE&gt;</description>
    <pubDate>Fri, 16 Sep 2022 09:45:05 GMT</pubDate>
    <dc:creator>TerryP</dc:creator>
    <dc:date>2022-09-16T09:45:05Z</dc:date>
    <item>
      <title>Why does LDAP think the user already exists?  This is the first time we were able to connect to AD to configure Kerberos.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95741#M9058</link>
      <description>&lt;PRE&gt;javax.naming.NameAlreadyBoundException: [LDAP: error code 68 - 00002071: UpdErr: DSID-0305038D, problem 6005 (ENTRY_EXISTS), data 0
^@]; remaining name 'cn=prodcluster-102015,ou=Hadoop,dc=corp,dc=ds,dc=client,dc=com'
        at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3082)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3033)
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2840)
        at com.sun.jndi.ldap.LdapCtx.c_createSubcontext(LdapCtx.java:811)
        at com.sun.jndi.toolkit.ctx.ComponentDirContext.p_createSubcontext(ComponentDirContext.java:337)
        at com.sun.jndi.toolkit.ctx.PartialCompositeDirContext.createSubcontext(PartialCompositeDirContext.java:266)
        at javax.naming.directory.InitialDirContext.createSubcontext(InitialDirContext.java:202)
        at org.apache.ambari.server.serveraction.kerberos.ADKerberosOperationHandler.createPrincipal(ADKerberosOperationHandler.java:319)&lt;/PRE&gt;</description>
      <pubDate>Fri, 16 Sep 2022 09:45:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95741#M9058</guid>
      <dc:creator>TerryP</dc:creator>
      <dc:date>2022-09-16T09:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why does LDAP think the user already exists?  This is the first time we were able to connect to AD to configure Kerberos.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95742#M9059</link>
      <description>&lt;P&gt;Could you check pdErr: DSID-0305038D, problem 6005?  &lt;/P&gt;68LDAP_ALREADY_EXISTSIndicates that the add operation attempted to add an entry that already exists, or that the modify operation attempted to rename an entry to the name of an entry that already exists.</description>
      <pubDate>Wed, 21 Oct 2015 08:17:54 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95742#M9059</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2015-10-21T08:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Why does LDAP think the user already exists?  This is the first time we were able to connect to AD to configure Kerberos.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95743#M9060</link>
      <description>&lt;P&gt;Based on the error it does seem that the principal already exists. I would have the AD admin look in that OU to confirm that the user is not there.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 20:56:05 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95743#M9060</guid>
      <dc:creator>bsaini</dc:creator>
      <dc:date>2015-10-21T20:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why does LDAP think the user already exists?  This is the first time we were able to connect to AD to configure Kerberos.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95744#M9061</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/38/terry.html" nodeid="38"&gt;@terry@hortonworks.com&lt;/A&gt; this principal is created during the kerberos client test in the AD wizard.  You can tell by the naming structure: {{cluster name}}-{{month}}{{day}}{{year}}.  This is create by Ambari to test that a.) we can create principals, and b.) we can use them to successfully authenticate from a client.&lt;/P&gt;&lt;P&gt;I would remove this entity from the OU, double-check that the time is correct on the AmbariServer and re-try running through the wizard.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 21:32:39 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95744#M9061</guid>
      <dc:creator>pcodding</dc:creator>
      <dc:date>2015-10-21T21:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Why does LDAP think the user already exists?  This is the first time we were able to connect to AD to configure Kerberos.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95745#M9062</link>
      <description>&lt;P&gt;To follow up, the user was created earlier and once the AD administrator deleted it we were able to proceed.  We must have had an earlier failure that did not clean up well.&lt;/P&gt;&lt;P&gt;This seems to indicate the Kerberos setup is not; 1) doing a check of existing users first, and 2) not attempting to do a delete existing/create again operation, instead of a create.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 21:38:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95745#M9062</guid>
      <dc:creator>TerryP</dc:creator>
      <dc:date>2015-10-21T21:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: Why does LDAP think the user already exists?  This is the first time we were able to connect to AD to configure Kerberos.</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95746#M9063</link>
      <description>&lt;P&gt;paul@hortonworks.com  The AD config was a bit tricky at the client site and one of our failed Kerborization attempts created an LDAP entry. The naming convention lined up with the above structure, so we deleted the entry and waited for the deletion to replicate. Then we gave it another shot and were successful.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Oct 2015 22:01:21 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Why-does-LDAP-think-the-user-already-exists-This-is-the/m-p/95746#M9063</guid>
      <dc:creator>TerryP</dc:creator>
      <dc:date>2015-10-21T22:01:21Z</dc:date>
    </item>
  </channel>
</rss>

