Top "Gssapi" questions

GSS-API is an IETF standard that addresses the problem of many similar but incompatible security services in use today.

Kerberos/SASSL/OpenLDAP : GSSAPI Error: Unspecified GSS failure. Minor code may provide more information ()

I'm setting up openLDAP with SASL authentification with kerberos. I got problem with this auth. First, I get the kerberos …

ldap kerberos openldap sasl gssapi
Java Authentication against Active Directory, authentication mismatch?

So I have some code which I'm testing to make sure it works nicely for authentication. It works fine against …

java active-directory kerberos gssapi
Kerberos with Java

i am try to login kerberos kdc from Java. But Java is throwing exception. Seems like login is successful but …

java single-sign-on kerberos gssapi
Skipping Kerberos authentication prompts with JSch

I am using the Connect() method in the Ssh Java class below in order to connect to a server using …

java ssh kerberos jsch gssapi
How does SPN with Kerberos works

As I understand it, SPN is an authenticating tool for windows services. Kerberos is a user authentication service SPNEGO-GSSAPI is …

kerberos windows-authentication spnego gssapi sspi
Kerberos: difference between UPN and SPN

I'm now kerberizing a cross-platform application with GSSAPI. While I'm not clear about the difference between UPN and SPN. The …

kerberos samba gssapi spn
"GSSException Defective token detected" - when trying to Authenticate to Tomcat running on Windows using Kerberos

I am struggling to authenticate to a Java web container (I've tried both Tomcat and Jetty) when running on Windows 2012. …

java windows active-directory kerberos gssapi
Java Kerberos authentication seems to work, still gets rejected

I've got a Java client app and a Java server app, and I'm trying to authenticate to the server via …

java kerberos spnego gssapi
Using GSSManager to validate a Kerberos ticket

I have the following code: public static void main(String args[]){ try { //String ticket = "Negotiate YIGCBg...=="; //byte[] kerberosTicket = ticket.getBytes(); …

java kerberos gssapi
Decrypting OpenLDAP passwords

I have a set of users in my OpenLDAP and i wish to get some information from them, for example "…

java ldap jaas openldap gssapi