<?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>topic Re: LDAP and Kerberos configuration on Red Hat Linux 4. in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958192#M27356</link>
    <description>Another thing to check is the /etc/ldap.secret file. You should copy this file if exists.</description>
    <pubDate>Fri, 09 Mar 2007 05:15:19 GMT</pubDate>
    <dc:creator>Ivan Ferreira</dc:creator>
    <dc:date>2007-03-09T05:15:19Z</dc:date>
    <item>
      <title>LDAP and Kerberos configuration on Red Hat Linux 4.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958188#M27352</link>
      <description>Trying to setup ldap and kerbores configuration on new Linux server. I have 6 Linux servers already configured and running with ldap and kerbores. &lt;BR /&gt;&lt;BR /&gt;created krb5.keytab file at AD level and copied to /etc/krb5.keytab. also copied ldap.conf, krb5.conf files from other working Linux servers. Still I am not able to login using ldap. Getting following messages in /var/log/messages.&lt;BR /&gt;&lt;BR /&gt;Mar  8 09:21:58 linux100 sshd[3346]: pam_krb5[3346]: authentication fails for 'jont' (jont@company.com): Authen&lt;BR /&gt;tication failure (Preauthentication failed)&lt;BR /&gt;Mar  8 09:38:40 grrapiap130 sshd(pam_unix)[3376]: authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=hecnu615&lt;BR /&gt;145j.comapny.com user=jont&lt;BR /&gt;Mar  8 09:38:40 grrapiap130 sshd[3376]: pam_krb5[3376]: authentication fails for 'jont' (jont@company.com): Authen&lt;BR /&gt;tication failure (Preauthentication failed)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;  what elseis missing??&lt;BR /&gt;&lt;BR /&gt;thanks.&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2007 10:56:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958188#M27352</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2007-03-08T10:56:40Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP and Kerberos configuration on Red Hat Linux 4.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958189#M27353</link>
      <description>When you menthion ldap.conf, did you include:&lt;BR /&gt;&lt;BR /&gt;/etc/ldap.conf&lt;BR /&gt;/etc/openldap/ldap.conf&lt;BR /&gt;&lt;BR /&gt;Also, certificates "if any" included in the /etc/openldap directory.&lt;BR /&gt;&lt;BR /&gt;Your pam and nsswitch configuration also must be copied:&lt;BR /&gt;&lt;BR /&gt;/etc/nsswitch.conf&lt;BR /&gt;/etc/pam.d/system-auth-ac&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Mar 2007 13:26:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958189#M27353</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-08T13:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP and Kerberos configuration on Red Hat Linux 4.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958190#M27354</link>
      <description>even tried configure using authconfig utility and didn't work either way.</description>
      <pubDate>Thu, 08 Mar 2007 16:06:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958190#M27354</guid>
      <dc:creator>IT_2007</dc:creator>
      <dc:date>2007-03-08T16:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP and Kerberos configuration on Red Hat Linux 4.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958191#M27355</link>
      <description>Check:&lt;BR /&gt;&lt;BR /&gt;- Time sincrhotization (Use NTP)&lt;BR /&gt;- DNS configuration.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you see the user jont (and the list of all users) when you run:&lt;BR /&gt;&lt;BR /&gt;getent passwd&lt;BR /&gt;&lt;BR /&gt;For more information see:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/s1-kerberos-clients.html" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/ref-guide/s1-kerberos-clients.html&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://www.microsoft.com/technet/prodtechnol/windows2000serv/howto/kerbstep.mspx" target="_blank"&gt;http://www.microsoft.com/technet/prodtechnol/windows2000serv/howto/kerbstep.mspx&lt;/A&gt;</description>
      <pubDate>Thu, 08 Mar 2007 16:16:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958191#M27355</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-08T16:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP and Kerberos configuration on Red Hat Linux 4.</title>
      <link>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958192#M27356</link>
      <description>Another thing to check is the /etc/ldap.secret file. You should copy this file if exists.</description>
      <pubDate>Fri, 09 Mar 2007 05:15:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/ldap-and-kerberos-configuration-on-red-hat-linux-4/m-p/3958192#M27356</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-03-09T05:15:19Z</dc:date>
    </item>
  </channel>
</rss>

