spring-ldap
spring-ldap copied to clipboard
LDAP-297: Kerberos support for ContextSource
Migrated from LDAP-297
Michael Osipov said:
Yay, did not notice your response. I need to upgrade the code to Spring LDAP 2.0 and will make this avaiable after that.
Rob Winch said:
Since I commented, you might find what you need in Spring Security Kerberos http://docs.spring.io/spring-security-kerberos/docs/1.0.0.RC2/reference/htmlsingle/#ssk-kerberosldap
Michael Osipov said:
Thanks Rob, I quickly scanned the example and this is something I won't be using because it does not separate interface from implementation:
- This is tied to Oracle VM
- You have to writer another class for another VM vendor
- You are going to duplicate all of Krb5LoginModules parameters.
- You always require a keytab which is not always the case.
A cleaner approach is always to use a login entry name and provide the login.conf file. VM and config agonistic. This is what I use in an adapted fashion for Spring LDAP.