[jboss-jira] [JBoss JIRA] (WFLY-7473) Missing configurable options in elytron dir-context
Martin Choma (JIRA)
issues at jboss.org
Fri Nov 4 04:17:00 EDT 2016
[ https://issues.jboss.org/browse/WFLY-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Choma moved JBEAP-6884 to WFLY-7473:
-------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-7473 (was: JBEAP-6884)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Security
(was: Security)
Affects Version/s: 11.0.0.Alpha1
(was: 7.1.0.DR7)
> Missing configurable options in elytron dir-context
> ---------------------------------------------------
>
> Key: WFLY-7473
> URL: https://issues.jboss.org/browse/WFLY-7473
> Project: WildFly
> Issue Type: Bug
> Components: Security
> Affects Versions: 11.0.0.Alpha1
> Reporter: Martin Choma
>
> 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.
> {code:title=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());
> }
> }
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list