[jboss-jira] [JBoss JIRA] (WFLY-7473) Missing configurable options in elytron dir-context
Jan Kalina (JIRA)
issues at jboss.org
Wed Nov 9 06:30:01 EST 2016
[ https://issues.jboss.org/browse/WFLY-7473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jan Kalina reassigned WFLY-7473:
--------------------------------
Assignee: Jan Kalina
> 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
> Assignee: Jan Kalina
> 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