]
Jan Kalina updated ELY-759:
---------------------------
Issue Type: Enhancement (was: Bug)
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
Assignee: Darran Lofthouse
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.