<?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: CONFIGURE KDC CLIENT FAILING in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129334#M47530</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10115/sahmad43.html" nodeid="10115"&gt;@Sami Ahmad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Looking at the error:&lt;/P&gt;&lt;PRE&gt;29 Nov 2016 15:49:43,526  WARN [ambari-client-thread-1242] MITKerberosOperationHandler:459 - Failed to execute kadmin:
        Command: [/usr/bin/kadmin, -s, hadoop1.tolls.dot.state.fl.us, -p, K/M@TOLLS.DOT.STATE.FL.US, -r, TOLLS.DOT.STATE.FL.US, -q, get_principal K/M@TOLLS.DOT.STATE.FL.US]
        ExitCode: 1
        STDOUT: Authenticating as principal K/M@TOLLS.DOT.STATE.FL.US with password.
        STDERR: kadmin: Clients credentials have been revoked while initializing kadmin interface&lt;/PRE&gt;&lt;P&gt;It appears that the admin account you are using has been locked out.  See &lt;A href="http://web.mit.edu/Kerberos/krb5-1.13/doc/admin/lockout.html" target="_blank"&gt;http://web.mit.edu/Kerberos/krb5-1.13/doc/admin/lockout.html&lt;/A&gt; for more information on this. &lt;/P&gt;</description>
    <pubDate>Wed, 30 Nov 2016 22:31:38 GMT</pubDate>
    <dc:creator>rlevas</dc:creator>
    <dc:date>2016-11-30T22:31:38Z</dc:date>
    <item>
      <title>CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129329#M47525</link>
      <description>&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/9896-config-kerb.jpg"&gt;config-kerb.jpg&lt;/A&gt; &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/9895-kdc-error.txt"&gt;kdc-error.txt&lt;/A&gt; &lt;A href="https://community.cloudera.com/legacyfs/online/attachments/9897-ambari-error.jpg"&gt;ambari-error.jpg&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I have installed the the KDC server and created principals . The configure Kerberos part goes fine from the ambari console and so does the install client Kerberos part , but the test client part is failing with some internal exception , please see the upload ambari log file and and the screen shots for the configuration screen .&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 05:01:09 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129329#M47525</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-11-30T05:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129330#M47526</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/10115/sahmad43.html"&gt;Sami Ahmad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;While posting the stacktarce you might want to hide (mask) the principal/realm name. Just for safety. &lt;/P&gt;&lt;P&gt;From your stacktarce we see that it is failing while doing the "&lt;STRONG&gt;validateKDCCredentials&lt;/STRONG&gt;" so please check if you are using correct "kadmin" credentials. &lt;/P&gt;&lt;PRE&gt;Unexpected error condition executing the kadmin command
org.apache.ambari.server.AmbariException: Unexpected error condition executing the kadmin command         
at org.apache.ambari.server.controller.KerberosHelperImpl.validateKDCCredentials(KerberosHelperImpl.java:1564)         
at org.apache.ambari.server.controller.KerberosHelperImpl.handleTestIdentity(KerberosHelperImpl.java:1859) 
.
.
Caused by: org.apache.ambari.server.serveraction.kerberos.KerberosOperationException: Unexpected error condition executing the kadmin command         
at org.apache.ambari.server.serveraction.kerberos.MITKerberosOperationHandler.invokeKAdmin(MITKerberosOperationHandler.java:481)
at org.apache.ambari.server.serveraction.kerberos.MITKerberosOperationHandler.principalExists(MITKerberosOperationHandler.java:149)&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 14:10:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129330#M47526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-30T14:10:53Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129331#M47527</link>
      <description>&lt;P&gt;@&lt;A href="https://community.hortonworks.com/users/10115/sahmad43.html"&gt;Sami Ahmad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Also try clicking on the &lt;STRONG&gt;"Ignore errors and continue to next steps" &lt;/STRONG&gt; checkbox and then click on Next.  &lt;/P&gt;&lt;P&gt;It is the "command :KERBEROS_SERVICE_CHECK" command that is failing based on the "&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/9895-kdc-error.txt"&gt;kdc-error.txt&lt;/A&gt;" file.   You it is good to first complete the kerberos installation by clicking "Next" and then once it is done run the "Service check" again.&lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 14:17:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129331#M47527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-11-30T14:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129332#M47528</link>
      <description>&lt;P&gt;hi jss &lt;/P&gt;&lt;P&gt;this is a test environment  so I am not worried about the principal/realm name but thanks for advise.&lt;/P&gt;&lt;P&gt;I tried your  method of ignoring the error and it does continue on the next screen but fails on the "kerberize cluster" stage with the error shown below . &lt;/P&gt;&lt;P&gt;How can I check/reset the "kadmin" credentials?  btw It doesn't take any other credential but &lt;A href="mailto:K/M@TOLLS.DOT.STATE.FL.US"&gt;K/M@TOLLS.DOT.STATE.FL.US&lt;/A&gt; in the installation menu , why ?  I tried &lt;A href="mailto:kadmin@TOLLS.DOT.STATE.FL.US"&gt;kadmin@TOLLS.DOT.STATE.FL.US&lt;/A&gt; but it doesn't like it .&lt;/P&gt;&lt;PRE&gt;[root@hadoop1 ambari-server]# kadmin.local
Authenticating as principal root/admin@TOLLS.DOT.STATE.FL.US with password.
kadmin.local:  listprincs
K/M@TOLLS.DOT.STATE.FL.US     &amp;lt;&amp;lt; this one is the admin  ??? 
host/hadoop1.tolls.dot.state.fl.us@TOLLS.DOT.STATE.FL.US
kadmin/admin@TOLLS.DOT.STATE.FL.US
kadmin/changepw@TOLLS.DOT.STATE.FL.US
kadmin/hadoop1@TOLLS.DOT.STATE.FL.US
krbtgt/TOLLS.DOT.STATE.FL.US@TOLLS.DOT.STATE.FL.US
&lt;/PRE&gt;&lt;P&gt;here is the error file from the ambari-server log&lt;/P&gt;&lt;PRE&gt;30 Nov 2016 08:31:09,518  INFO [ambari-client-thread-1512] AmbariManagementControllerImpl:3749 - Received action execution request, clusterName=FDOT_Hadoop, request=isCommand :true, action :null, command :KERBEROS_SERVICE_CHECK, inputs :{}, resourceFilters: [RequestResourceFilter{serviceName='KERBEROS', componentName='null', hostNames=[]}], exclusive: false, clusterName :FDOT_Hadoop
30 Nov 2016 08:31:09,536  WARN [ambari-client-thread-1512] MITKerberosOperationHandler:459 - Failed to execute kadmin:
        Command: [/usr/bin/kadmin, -s, hadoop1.tolls.dot.state.fl.us, -p, K/M@tolls.dot.state.fl.us, -r, TOLLS.DOT.STATE.FL.US, -q, get_principal K/M@tolls.dot.state.fl.us]
        ExitCode: 1
        STDOUT: Authenticating as principal K/M@tolls.dot.state.fl.us with password.
        STDERR: kadmin: Cannot find KDC for requested realm while initializing kadmin interface
30 Nov 2016 08:31:09,537 ERROR [ambari-client-thread-1512] KerberosHelperImpl:1861 - Cannot validate credentials: org.apache.ambari.server.serveraction.kerberos.KerberosInvalidConfigurationException: Failed to find a KDC for the specified realm - kadmin: Cannot find KDC for requested realm while initializing kadmin interface


&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Nov 2016 21:52:50 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129332#M47528</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-11-30T21:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129333#M47529</link>
      <description>&lt;P&gt;also I keep getting this error , whats the solution ? in this screen its not accepting kadmin/admin but only K/M &lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="9917-capture.jpg" style="width: 566px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22463i23371F41223C9084/image-size/medium?v=v2&amp;amp;px=400" role="button" title="9917-capture.jpg" alt="9917-capture.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:43:26 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129333#M47529</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2019-08-19T09:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129334#M47530</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10115/sahmad43.html" nodeid="10115"&gt;@Sami Ahmad&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Looking at the error:&lt;/P&gt;&lt;PRE&gt;29 Nov 2016 15:49:43,526  WARN [ambari-client-thread-1242] MITKerberosOperationHandler:459 - Failed to execute kadmin:
        Command: [/usr/bin/kadmin, -s, hadoop1.tolls.dot.state.fl.us, -p, K/M@TOLLS.DOT.STATE.FL.US, -r, TOLLS.DOT.STATE.FL.US, -q, get_principal K/M@TOLLS.DOT.STATE.FL.US]
        ExitCode: 1
        STDOUT: Authenticating as principal K/M@TOLLS.DOT.STATE.FL.US with password.
        STDERR: kadmin: Clients credentials have been revoked while initializing kadmin interface&lt;/PRE&gt;&lt;P&gt;It appears that the admin account you are using has been locked out.  See &lt;A href="http://web.mit.edu/Kerberos/krb5-1.13/doc/admin/lockout.html" target="_blank"&gt;http://web.mit.edu/Kerberos/krb5-1.13/doc/admin/lockout.html&lt;/A&gt; for more information on this. &lt;/P&gt;</description>
      <pubDate>Wed, 30 Nov 2016 22:31:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129334#M47530</guid>
      <dc:creator>rlevas</dc:creator>
      <dc:date>2016-11-30T22:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129335#M47531</link>
      <description>&lt;P&gt;ah this is frustrating , I didn't change anything and just after the installation I  can't get into kadmin &lt;/P&gt;&lt;P&gt;I even recreated the KDC database but no luck . &lt;/P&gt;&lt;PRE&gt;[root@hadoop1 krb5kdc]# kdb5_util create -r TOLLS.DOT.STATE.FL.US –s
Loading random data
Initializing database '/var/kerberos/krb5kdc/principal' for realm 'TOLLS.DOT.STATE.FL.US',
master key name 'K/M@TOLLS.DOT.STATE.FL.US'
You will be prompted for the database Master Password.
It is important that you NOT FORGET this password.
Enter KDC database master key:
Re-enter KDC database master key to verify:
[root@hadoop1 krb5kdc]# pwd
/var/kerberos/krb5kdc

[root@hadoop1 krb5kdc]# ls
principal  principal.kadm5  principal.kadm5.lock  principal.ok
[root@hadoop1 krb5kdc]# ls -ltr
total 16
-rw------- 1 root root 8192 Nov 30 10:22 principal.kadm5
-rw------- 1 root root    0 Nov 30 10:22 principal.kadm5.lock
-rw------- 1 root root 8192 Nov 30 10:22 principal
-rw------- 1 root root    0 Nov 30 10:22 principal.ok
[root@hadoop1 krb5kdc]# kadmin.local
Authenticating as principal kadmin/admin@TOLLS.DOT.STATE.FL.US with password.
kadmin.local: Can not fetch master key (error: No such file or directory). while initializing kadmin.local interface
[root@hadoop1 krb5kdc]#
&lt;/PRE&gt;&lt;PRE&gt;[root@hadoop1 krb5kdc]# klist
Ticket cache: FILE:/tmp/krb5cc_0
Default principal: kadmin/admin@TOLLS.DOT.STATE.FL.US
Valid starting     Expires            Service principal
11/30/16 09:00:42  11/30/16 12:00:42  krbtgt/TOLLS.DOT.STATE.FL.US@TOLLS.DOT.STATE.FL.US
        renew until 11/30/16 09:00:42
[root@hadoop1 krb5kdc]#

&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Nov 2016 23:09:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129335#M47531</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-11-30T23:09:53Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129336#M47532</link>
      <description>&lt;P&gt;here is my krb5.conf file  &lt;/P&gt;&lt;PRE&gt;[root@hadoop1 ~]# cat /etc/krb5.conf
[libdefaults]
  renew_lifetime = 7d
  forwardable = true
  default_realm = TOLLS.DOT.SATE.FL.US
  ticket_lifetime = 24h
  dns_lookup_realm = false
  dns_lookup_kdc = false
  default_ccache_name = /tmp/krb5cc_%{uid}
  #default_tgs_enctypes = aes des3-cbc-sha1 rc4 des-cbc-md5
  #default_tkt_enctypes = aes des3-cbc-sha1 rc4 des-cbc-md5
[logging]
  default = FILE:/var/log/krb5kdc.log
  admin_server = FILE:/var/log/kadmind.log
  kdc = FILE:/var/log/krb5kdc.log
[realms]
  TOLLS.DOT.SATE.FL.US = {
    admin_server = hadoop1.tolls.dot.state.fl.us
    kdc = hadoop1
  }
[root@hadoop1 ~]#


&lt;/PRE&gt;</description>
      <pubDate>Wed, 30 Nov 2016 23:38:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129336#M47532</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-11-30T23:38:55Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129337#M47533</link>
      <description>&lt;P&gt;even the service wont start now &lt;/P&gt;&lt;PRE&gt;[root@hadoop1 etc]#  service krb5kdc start
Starting Kerberos 5 KDC: krb5kdc: cannot initialize realm TOLLS.DOT.SATE.FL.US - see log file for details
                                                          [FAILED]
tail -100f /var/log/krb5kdc.log
Nov 30 10:50:36 hadoop1 krb5kdc[18920](info): closing down fd 9
Nov 30 10:50:36 hadoop1 krb5kdc[18920](info): closing down fd 7
Nov 30 10:50:36 hadoop1 krb5kdc[18920](info): shutting down
krb5kdc: Can not fetch master key (error: No such file or directory). - while fetching master key K/M for realm TOLLS.DOT.SATE.FL.US


&lt;/PRE&gt;e</description>
      <pubDate>Wed, 30 Nov 2016 23:53:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129337#M47533</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-11-30T23:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129338#M47534</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/10115/sahmad43.html" nodeid="10115"&gt;@Sami Ahmad&lt;/A&gt; &lt;/P&gt;&lt;P&gt;It seems like your KDC installation is all messed up.  Can you remove the client and server packages as well as the /var/kerberos directory and its contents? Then try to reinstall it.&lt;/P&gt;&lt;P&gt;Here is a script that I use for Centos6.  If you have a different OS, let me know and I might have a script for that.  In any case the script creates a KDC with the realm of EXAMPLE.COM. You can edit the script to change this. It also creates an administrator principal - admin/admin@EXAMPLE.COM (password: admin). &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/legacyfs/online/attachments/9940-install-kdcsh.txt"&gt;install-kdcsh.txt&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 00:23:14 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129338#M47534</guid>
      <dc:creator>rlevas</dc:creator>
      <dc:date>2016-12-01T00:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129339#M47535</link>
      <description>&lt;PRE&gt;kdc = hadoop1&lt;/PRE&gt;&lt;P&gt;should probably be&lt;/P&gt;&lt;PRE&gt;kdc = hadoop1.tolls.dot.state.fl.us&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Dec 2016 00:26:07 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129339#M47535</guid>
      <dc:creator>rlevas</dc:creator>
      <dc:date>2016-12-01T00:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129340#M47536</link>
      <description>&lt;P&gt;changed that , still same , kdc cant find the master key&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 02:45:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129340#M47536</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-12-01T02:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129341#M47537</link>
      <description>&lt;P&gt;ah there was a typo in the krb5.conf file .  I typed "SATE" instead of "STATE" .  so  I can login into kadmin now and will try to re-install via ambari and report. &lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 03:12:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129341#M47537</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-12-01T03:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129342#M47538</link>
      <description>&lt;P&gt;thanks all for your help I could install Kerberos &lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 04:13:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129342#M47538</guid>
      <dc:creator>aliyesami</dc:creator>
      <dc:date>2016-12-01T04:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129343#M47539</link>
      <description>&lt;P&gt;Hello Sami,&lt;/P&gt;&lt;P&gt;Can You please share the solution, am also facing the same issue.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Jan 2017 04:15:31 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129343#M47539</guid>
      <dc:creator>tauqeerkhan</dc:creator>
      <dc:date>2017-01-24T04:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: CONFIGURE KDC CLIENT FAILING</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129344#M47540</link>
      <description>&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/10115/sahmad43.html"&gt;Sami Ahmad&lt;/A&gt;, i am also facing the same error and i have successfully installed the kerberos but while kerberos service check , it is giving me the same error as mentioned below and it is not resolved yet.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Mar 2017 17:46:35 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/CONFIGURE-KDC-CLIENT-FAILING/m-p/129344#M47540</guid>
      <dc:creator>hardikv_desai</dc:creator>
      <dc:date>2017-03-03T17:46:35Z</dc:date>
    </item>
  </channel>
</rss>

