kerberos - krb-error 30 error code:KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN Server Name(Unknown) HTTP/Null -


I searched for many blog posts but could not find any solutions.

I have seen many posts in a similar type of error but in their case server name:

HTTP / domain name

I go to the server Was able to receive tickets for

But I really do not know why I am getting this type of error as a server name.

error

  kbb: sTime is Tuesday October 20 10:11 pm EDT 2009 1256047890000 Sussex 548720 error code 7 error message is not found in server Kerberos database realm XXX. YYY.COM sname is HTTP / null msgType 30  

My config files are like the following:

login.config

  com.sun.security.jgss.login {com.sun.security.auth. Module Krb5Login module requires client = TRUE useTicketCache = true doNotPrompt = false debug = true; }; Com.sun.security.jgss.initiate {com.sun.security.auth.module.Krb5LoginModule Client Required = TRUE Usage ticketcache = true debug = true; }; Com.sun.security.jgss.accept {com.sun.security.auth.module.Krb5LoginModule Use Required Client = TRUEKet = True Storey = True doNotPrompt = True Principal = "HTTP/xxx.yyy.zz.com@YYY .ZZ .COM "isInitiator = false debug = true; };  

krb5.config

  [libdefaults] default_realm = XXX.YYY.COM udp_preference_limit = 1 default_tkt_enctypes = des-cbc- Md5 des-cbc-crc des3-cbc-sha1 default_tgs_enctypes = des-cbc-md5 des-cbc-crc des3-cbc-sha1 permissions_ectips = des-cbc-md5 des-cbc-crc des3-cbc-sha1 [region] YYY zz .COM = {admin_server = xxx.yyy.zz.com KDC = xxx.yyy.zz.com default_domain = yyy.zz.com master_kdc = xxx.yyy.zz.com} [domain_realm] .yyy.zz.com = YYY .ZZ.COM yyy.zz.com = YYY.ZZ.COM  

Can anyone help me with it?

Thank you in advance

There are some documents and examples in this open source project. I think it can be what you want.


Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -