[ 
https://issues.apache.org/jira/browse/DIRSERVER-2183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Emmanuel Lecharny updated DIRSERVER-2183:
-----------------------------------------
    Fix Version/s: 2.1.0

> Apacheds 2.00-M23 DefaultPoolableLdapConnectionFactory does not work within 
> Docker container
> --------------------------------------------------------------------------------------------
>
>                 Key: DIRSERVER-2183
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-2183
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: installer
>         Environment: apacheds embedded running as docker instance connecting 
> to another apacheds standalone docker. the connection pool is btwn the first 
> instance to the second.
>            Reporter: harish sat
>            Priority: Major
>             Fix For: 2.1.0
>
>
> config.setLdapHost(connectorConfig.get(HOSTNAME));
> config.setLdapPort(Integer.parseInt(connectorConfig.get(PORT)));
> config.setName(connectorConfig.get(USERNAME));
> config.setCredentials(connectorConfig.get(PWD));
> final DefaultPoolableLdapConnectionFactory factory = new 
> DefaultPoolableLdapConnectionFactory(config);
>               pool = new LdapConnectionPool(factory);
> The above block of code does not take 0.0.0.0 or docker-compose defined 
> servernames. it throws back an bind exception. 
> let me know if any further info is needed. Thanks!



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@directory.apache.org
For additional commands, e-mail: dev-h...@directory.apache.org

Reply via email to