-
Bug
-
Resolution: Done
-
Critical
-
7.1.0.DR7
-
None
Elytron subsystem does not expose possibility to configure InitialLdapContext options:
- com.sun.jndi.ldap.read.timeout
- com.sun.jndi.ldap.connect.timeout
Consider exposing general options like in case of legacy ldap outbound connection. Users relying on them could have problem to migrate to elytron.
AFAICT it is already prepared in elytron, just elytron-subsystem part is missing.
// set any additional connection property if (connectionProperties != null) { for (Object key : connectionProperties.keySet()) { Object value = connectionProperties.get(key.toString()); if (value != null) { env.put(key.toString(), value.toString()); } } }
- is cloned by
-
WFLY-7473 Missing configurable options in elytron dir-context
- Closed
- is duplicated by
-
JBEAP-7285 Search time limit for ldap search is not configurable in Elytron ldap-realm
- Closed
- is incorporated by
-
JBEAP-7538 Upgrade Elytron Subsystem to 1.0.0.Alpha15
- Closed
- relates to
-
JBEAP-6480 Unable to configure Krb5LoginModule options in elytron kerberos implementation
- Closed