Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  How does JGSS read Windows native TGT credential?

MS LSA is a protected subsystem that authenticates and logs users onto the local system. The user credential is stored at the native credential cache of LSA on Windows. This kind of credential is often used to authenticate the user to the server, one of the authentication methods is Kerberos. JGSS has provided a native interface which can read the native TGT credential and use it to get the TGS of a service. But how does JGSS read the native TGT credential?Here is a sample code for reading native credential using JGSS:import sun.security.krb5.Credentials;import sun.security.krb5.internal.Ticke...

7,726 0       KERBEROS JGSS MS LSA NATIVE CREDENTIAL TGT SESSION KEY TYPE