[jboss-jira] [JBoss JIRA] (WFLY-7473) Missing configurable options in elytron dir-context

Martin Choma (JIRA) issues at jboss.org
Fri Nov 4 04:39:00 EDT 2016


     [ https://issues.jboss.org/browse/WFLY-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Choma updated WFLY-7473:
-------------------------------
    Priority: Critical  (was: Major)


> 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
>            Priority: Critical
>
> 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