<?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: Kerberos authentication using SPNego in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966978#M1219466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geogi,&lt;/P&gt;&lt;P&gt;Thats not necessary. As long as from the solaris machine the ADS server can be pinged and vice versa it should be ok. One thing you might check is in the ADS the logical host name of the portal server should be entered in the host file of the ADS server and vice-versa.That might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Nov 2007 23:55:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-12T23:55:15Z</dc:date>
    <item>
      <title>Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaq-p/2966967</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to make integrated authentication using SPNego in the following landscape. &lt;/P&gt;&lt;P&gt;SAP Portal EP 7.0 SP9 on Solaris 10 on Sparc&lt;/P&gt;&lt;P&gt;Microsoft ADS LDAP on windows domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Ldap (Microsoft ADS) connection is working fine and i am able to get all the &lt;/P&gt;&lt;P&gt;users in the portal.I am able to enter in the portal through portal login screen using&lt;/P&gt;&lt;P&gt; the windows (internal network login) login credentials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am facing the following challenges..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. In the UME LDAP DATA in Config tool, if i press "Test Authentication" button &lt;/P&gt;&lt;P&gt;and enter the user credentials it is showing the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;authentication failed : [LDAP: error code 49 - 80090308: LdapErr: DSID-
0C09030B, comment:AcceptSecurityContext error, data 525, v893&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The keytab file generated is not recognised by the klist, when i tried with the &lt;/P&gt;&lt;P&gt;following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;klist -e -f -k -K keytab&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. The integrated authentication is not working. The Portal URL is showing the &lt;/P&gt;&lt;P&gt;login screen. &amp;lt;b&amp;gt;Can the configuration be made using spnego if the Portal server and &lt;/P&gt;&lt;P&gt;the LDAP server are in different domains??&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions welcome......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geogi Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 14:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaq-p/2966967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T14:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966968#M1219456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; 1. In the UME LDAP DATA in Config tool, if i press "Test Authentication" button &lt;/P&gt;&lt;P&gt;&amp;gt; and enter the user credentials it is showing the following error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using LDAPS? The "Test Authentication" function doesn't speak SSL: temporarily uncheck the box for SSL and change to port 389, to ensure that the LDAP connection is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; 2. The keytab file generated is not recognised by the&lt;/P&gt;&lt;P&gt;&amp;gt; klist, when i tried with the following command&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got that intermittently sometimes too. Never found out why, but it's easy enough to regenerate the keytab file and replace the one made by the wizard (that wizard's magic is black, but not very strong): &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]$JAVA_HOME/bin/ktab -A host/&amp;lt;host_fqdn&amp;gt;@&amp;lt;REALM_NAME&amp;gt; -k keytab_file&amp;gt;[/code]&lt;/P&gt;&lt;P&gt;e.g., &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[code]ktab -A j2ee-epx@REALM.COM -k keytab[/code]&lt;/P&gt;&lt;P&gt;Then klist should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) should be OK since the Kerberos check isn't cookie-based (cookie transfer to multiple servers is much easier if they're on the same domain).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2007 19:20:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966968#M1219456</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-23T19:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966969#M1219457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morgan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using only one MS- ADS as ldap and is not in the SSL mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide some more info about the regenaration of the keytab file. Whether this has to be done on the Portal server. I am not able to find the &amp;lt;b&amp;gt;ktab&amp;lt;/b&amp;gt; executable in the server.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards&lt;/P&gt;&lt;P&gt;Geogi Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 08:47:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966969#M1219457</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-24T08:47:23Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966970#M1219458</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ktab should be in \j2sdk\bin\ - same place as klist&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I regenerated the keytab on the server, but that shouldn't be required since it only needs the j2sdk.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 15:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966970#M1219458</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T15:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966971#M1219459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Morgan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using the Solaris 10 OS. The j2sdk-1_4_2_11  i am using is not having the ketab exe. &lt;/P&gt;&lt;P&gt;I am using the klist shipped with the Solaris OS. I am not able to find the ktab on the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following when i am using the klist comment. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;End of credential cache reached&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geogi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 18:29:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966971#M1219459</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T18:29:08Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966972#M1219460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about download the j2sdk for Windows to a workstation and generating it there instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Solaris /j2sdk/bin/keytool has options for -keygen, and -list. I don't know if that's the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2007 19:28:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966972#M1219460</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-25T19:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966973#M1219461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geogi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you deployed and configured the login modules for SPNEGO and changed the authentication template to SPNEGO.&lt;/P&gt;&lt;P&gt;The security library update also needs to be installed for the j2ee engine&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 05:34:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966973#M1219461</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T05:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966974#M1219462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Praksah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have done the deployment and configuration of the login module. The selection to SPNEGO is also made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not aware of the security library update...could you please explain more on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks  &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Geogi Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 20:59:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966974#M1219462</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T20:59:20Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966975#M1219463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geogi,&lt;/P&gt;&lt;P&gt;I have implemented the same scenario for one of my clients and we also had a problem with single sign on even though all the settings were correct. SAP told us to put an update on the j2ee engine security library.&lt;/P&gt;&lt;P&gt;There is a problem with the 6.40 J2EE engine and the IE browser due to which the kerberos ticket is not interpreted correctly by the login module. So after updating the library the signle-sign on worked. I am not sure if this is the case for your problem  but you can give it a try. The details are in the note 1007227.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2007 22:38:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966975#M1219463</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-30T22:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966976#M1219464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried after deploying the "SAPJEECOR09P_14-10003466.SCA" file. But the login page is coming when the user opens the portal URL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whether any specific configuration has to be done if the Portal server is in another domain. In my case all the users, MS ADS and the Windows Domain controller is in same domain. But Portal server is in Solaris OS and is in another domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following is the config file generated by the wizard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
[domain_realm] 
[libdefaults]  
  default_keytab_name = /usr/sap/PRD/SYS/global/kerberos/keytab 
  default_realm = ABC.LOCAL 
  dns_lookup_kdc = true 
  default_tgs_enctypes=des-cbc-crc;des-cbc-md5  
  default_tkt_enctypes=des-cbc-crc;des-cbc-md5  
[logging]
[realms]
  ABC.LOCAL = { 
    kdc = &amp;lt;adsserverip&amp;gt;:&amp;lt;port&amp;gt;
  }&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Domain of Portal Server : &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;abc.org&lt;/P&gt;&lt;BR /&gt;Domain Realm : &lt;B&gt;&lt;P&gt;ABC.LOCAL&lt;/P&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have set spn as  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;setspn &amp;#150;A HTTP/&amp;lt;portalserver&amp;gt;.abc.org  &amp;lt;serviceuser&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geogi Luke&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2007 16:26:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966976#M1219464</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-31T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966977#M1219465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;I think the missing part is from the network setup in the intranet. The Solaris machine on which the Portal j2ee engine is running is not part of the windows domain and the ldap and the users are  is in the windows domain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any  patricular steps to be done on the network side for this to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geogi Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 09:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966977#M1219465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T09:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966978#M1219466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geogi,&lt;/P&gt;&lt;P&gt;Thats not necessary. As long as from the solaris machine the ADS server can be pinged and vice versa it should be ok. One thing you might check is in the ADS the logical host name of the portal server should be entered in the host file of the ADS server and vice-versa.That might help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Nov 2007 23:55:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966978#M1219466</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-12T23:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966979#M1219467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error while running the diagtool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error creating GSS context. &lt;/P&gt;&lt;P&gt;[EXCEPTION]&lt;/P&gt;&lt;P&gt;GSSException: No valid credentials provided (Mechanism level: Attempt to obtain new ACCEPT credentials failed!)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: javax.security.auth.login.LoginException: Pre-authentication information was invalid (24)&lt;/P&gt;&lt;P&gt;Caused by: KrbException: Pre-authentication information was invalid (24)&lt;/P&gt;&lt;P&gt;Caused by: KrbException: Identifier doesn't match expected value (906)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geogi Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Nov 2007 21:05:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966979#M1219467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-20T21:05:04Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966980#M1219468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geogi,&lt;/P&gt;&lt;P&gt;It seems the credentials are not going through.  I think it would be better to raise an OSS message with SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prakash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 00:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966980#M1219468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T00:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966981#M1219469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this. Re-enter the same password of the service user. Then restart the J2EE engine. It should help you in resolving this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Nov 2007 03:20:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966981#M1219469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-21T03:20:40Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966982#M1219470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was with the name of the service user. The service user name is created with a space between the name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried with a new service user without any space. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent seen anywhere it is mentioned in the document.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help to all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Geogi Luke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 11:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966982#M1219470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T11:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kerberos authentication using SPNego</title>
      <link>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966983#M1219471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geogi,&lt;/P&gt;&lt;P&gt;Congratulations. Glad to know your problem is solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2007 23:48:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/kerberos-authentication-using-spnego/qaa-p/2966983#M1219471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-27T23:48:05Z</dc:date>
    </item>
  </channel>
</rss>

