Hi,
As we migrate from eap 7.3 to Wildly 26.1.1 migrating to elytron needed. As I'm not familiar I was following the steps in WildFly Elytron Security
But the legacy security we use for authentication has not a match as far as I can see in our configuration.
Any help is much appreciated. Thanks.<security-domain name="login" cache-type="default">--
<authentication>
<login-module code="org.jboss.security.auth.spi.LdapLoginModule" flag="required">
<module-option name="java.naming.provider.url" value="${java.naming.provider.url}"/>
<module-option name="principalDNPrefix" value="${principalDNPrefix}"/>
<module-option name="principalDNSuffix" value="${principalDNSuffix}"/>
<module-option name="com.sun.jndi.ldap.connect.timeout" value="${ldap.connect.timeout}"/>
</login-module>
</authentication>
</security-domain>
You received this message because you are subscribed to the Google Groups "WildFly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wildfly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/wildfly/e6eaa4b1-a70e-4b7a-bf94-b287f361e56cn%40googlegroups.com.