-
Bug
-
Resolution: Done
-
Critical
-
None
-
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.
SimpleDirContextFactoryBuilder.java
// 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()); } } }
- clones
-
JBEAP-6883 Missing configurable options in elytron dir-context
- Closed
- is duplicated by
-
WFLY-7591 Search time limit for ldap search is not configurable in Elytron ldap-realm
- Closed
- is incorporated by
-
WFLY-7660 Upgrade to Elytron Subsystem 1.0.0.Alpha15
- Closed