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 Thanks in advance _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

