


UPDATE Old title: Error calling function Protocol status: 1312 FormatMessage failed with 1815I have written an application that authenticates to kerberos using the KerberosLoginModule. It used to work fine on all OS磗. (Windows 98, 2k, xp and Linux tested.)Now I have upgraded my application to ...
Please provide information on how to access windows login name using java....
Hi, Actually i have created a web application uses GSSAPI(java1.6) . Implemented SPNEGO in the web application.. But the problem is , if AD(Active Directory windows 2003) and webserver (tomcat) is in same machine, my application is working properly when i browser through the IE. But the same ...
i am trying to implement SPNEGO in web application since the IE is supporting SPNEGO . Client is the IE and the server code written in java. basic things are working. now i have doubt of where this mutual authentication and DES encryption comes in this scenario... pls anybody..help me in ...
Hey,I am working on a single sign-on solution for smart clients (written in Java). Kerberos authentication with JAAS works fine, but what is the Java GSS API for? That - according to some Tutorials like "Single Sign-on Using Kerberos in Java" - is supposed to be executed in the Subject's doAs ...
HiThank you for reading my postCan some one please explain what is relation of Kerberos and Active Directory with java? By my knwledge LDAP (such as AD) can store many information and also userID/password which we usually use for authentication.What is relation of kerberos with LDAP (AD) and ...
Hello,Trying authenticate with Kerberos I receive exception message :Failure unspecified at GSS-API level (Mechanism level: Integrity check on decrypted field failed (31))Does any body know what leads to this problem and how to fix it.Regards,Vitaliy S...
<h1>My Web Page</h1></td></tr></span></table></td></tr></span></table></td></tr></span></table></td></tr></span></table></td></tr></span></table><h1>This ...
Hey,just as I use the Windows ticket cache for my java applications, I want to have single sign-on for web applications using the same technology (I am referring to Sun's Single Sign-On using Kerberos in Java tutorial). I already built a prototype java applet which works fine, and I think I ...
Hi all, I want to know various reporting tools which are downladable , fast and can save in pdf,csv,xml,doc,xls formatsCan any one give me the answers...
We have a setup with windows2000 and Kerberos/JGSS. Can someone provide me with the information as to what additional needs to be done so as to be able to authenticate a username given in UTF-8 data. The user authentication for ascii characters succeeds for me but fails while I enter usename ...
Hi,Is there a way to get domain logged user name using NTLM authentication into JSF page.Please provide any solution on this ?...
Hi,I am new to Kerberos, in fact I am using it for the first time. I wamt to use the Microsoft Active Directory to validate the email address. Our application allows users to enter employee id on the form and the submit the form. But the problem occures when user enters an invalida employee id, ...
I'm trying to set up single sing-on (SSO) into a web application with Kerberos, where the web application in turn should use the Kerberos ticket it received to access a backend service on behalf of the user.In theory this should be a fairly straightforward Kerberos delegation scenario.I'm ...
Hello,I get in my program a GSSException (expected, and does not harm):GSSException: No valid credentials provided (Mechanism level: Failed to find any Kerberos Ticket)at sun.security.jgss.krb5.Krb5InitCredential.getInstance(Krb5InitCredential.java:133)at ...
