I'm having some problems with using kerberos authenication for a client on an LDAP directory.
My program is written in java and I'm using the GSSAPI to handle kerberosv5 Auth.
I strictly followed the oracle tutorial that you can find at this link : http://docs.oracle.com/javase/jndi/tutorial/ldap/security/gssapi.html, but when I launch the program, it throws an Ecception, saying "No LoginModule configurated for LoginClass".
Did anyone have this problem before? how did you fix this? Fore sure the problem is not about the LDAP connection (if i use the "simple" authentication, it works correclty)