]
Darran Lofthouse reassigned ELY-759:
------------------------------------
Assignee: (was: Darran Lofthouse)
DirContext with non-simple auth-level should use Elytron SASL
-------------------------------------------------------------
Key: ELY-759
URL:
https://issues.jboss.org/browse/ELY-759
Project: WildFly Elytron
Issue Type: Enhancement
Reporter: Jan Kalina
Priority: Optional
DirContext allows to use SASL for LDAP authentication:
{code:java}
<dir-context authentication-level="DIGEST-MD5"
name="DirContextInsecure" url="ldap://localhost:11391/"/>
{code}
Would be logical to ensure Elytron SASL clients will be used.