2016-02-17 15:51 GMT+01:00 Christian Iuga <[email protected]>:

> Hi,
>
> I whould like, if it's possible to specify 2 ldap server in ldap
> connections (if one is failed/crash, the second can do the job as they
> use syncrpl between them )
>
> I reading this  documentation :
>
> http://lsc-project.org/wiki/documentation/2.0/configuration/connections/ldap
> and this :
> http://www.ietf.org/rfc/rfc2255.txt
> but i don't found how to do it (it's possible ? )
>
> I have try this :
>
> - <url>ldaps://server1:port/dc=com,ldaps://server2:port/dc=com</url>
> invalid configuration
>
> - <url>ldaps://server1:port/dc=com;ldaps://server2:port/dc=com</url>
> invalid configuration
>
> - <url>ldaps://server1:port/dc=com ldaps://server2:port/dc=com</url>
> configuration Ok, but lsc is trying only the first server so when the
> ldap server server1 stopped is not working :
> ERROR - Error opening the LDAP connection to the destination!
>
> - <url>ldaps://server1:port server2:port/dc=com</url>
> ( like apache2-2 configuration ) :
> >> Error
>
>

Hello Christian,

I'm not sure we can do that with LSC. The best is to use a HA software (for
example HAProxy) to offer a single connection URL to applications like LSC.

But maybe we can also manage it inside LSC, which require some changes in
the code. For the moment, you can't count on that.


Clément.
_______________________________________________________________
Ldap Synchronization Connector (LSC) - http://lsc-project.org

lsc-users mailing list
[email protected]
http://lists.lsc-project.org/listinfo/lsc-users

Reply via email to