kerberos « ldap « Java Enterprise Q&A





1. Use an existing KerberosTicket to Bind to Ldap and search for users attributes    stackoverflow.com

Is there a way in Java to query Active Directory for a users attributes given an existing javax.security.auth.kerberos.KerberosTicket that was forwarded to my code? I know I want to use Ldap ...

2. Cross domain/realm authentication    stackoverflow.com

Here is my problem: I can't find any document on cross domain authentication with java+kerberos. I have to authenticate against distant LDAP on other realm. How can we do that in java? Thank ...

3. SPNEGO and Delegation in Java    stackoverflow.com

I use SPNEGO to authenticate my webapp. I would like to use ticket delegation to authenticate to LDAP on server side. But there is no ticket cache on server side since ...

4. How to translate a domain name to LDAP DC when working in a Active Directory forest in Java?    stackoverflow.com

I am struggling with a problem where I wasn't able to find a lean and generic solution. This is my situation: I am in a huge AD forest with > 20 sub ...