wildfly (9) + kerberos + ldap (Active Directory)
问题 I'm trying to get to point, where wildfly 9 would be able to authenticate users with kerberos and authorize them with ldap. I'm having rich EJB client using JAAS (having com.sun.security.auth.module.Krb5LoginModule ). I'd need some sample including the step-by-step configuration. What I've found is: wildfly with LDAP (https://developer.jboss.org/wiki/LDAPSecurityRealmExamples) wildfly with SPNEGO (https://github.com/kwart/spnego-demo) wildfly with kerberos for server management (http:/