]
Jan Kalina resolved WFLY-7322.
------------------------------
Resolution: Done
LDAP referrals does not work in Elytron ldap-realm
--------------------------------------------------
Key: WFLY-7322
URL:
https://issues.jboss.org/browse/WFLY-7322
Project: WildFly
Issue Type: Bug
Components: Security
Reporter: Ondrej Lukas
Assignee: Jan Kalina
Priority: Blocker
Fix For: 11.0.0.Alpha1
LDAP referrals cannot be used in Elytron {{ldap-realm}}. Ldap Realm is currently not
prepared to work with referrals at all:
* {{ldap-realm}} does not include any options which enable working with LDAP referrals
(PicketBox use {{baseFilter}} option which can be configured to return also referral
object)
* implementation of {{org.wildfly.security.auth.realm.ldap.LdapSecurityRealm}} does not
include any logic which handles referrals
Referrals are important feature of LDAP. It has to be covered by Elytron => requested
blocker flag.