threerings / openvpn-auth-ldap

Implements username/password authentication via LDAP for OpenVPN 2.x.
Other
135 stars 63 forks source link

not possible to enter multiple LDAP servers #29

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Trying to enter multiple LDAP servers in the configuration for redundancy 
finishes with error message

What is the expected output? What do you see instead?
Must be possible to enter multiple LDAP servers, either with multiple URL 
directive, or with single directive and addresses separated by spaces
EXAMPLE:
URL ldap://ldap1.xxx.com
URL ldap://ldap2.xxx.com

OR

URL ldap://ldap1.xxx.com ldap://ldap2.xxx.com

What version of the product are you using? On what operating system?
2.0.3 on Ubuntu 10.04 from original repository

Original issue reported on code.google.com by jan.krat...@gmail.com on 22 Nov 2011 at 9:37

GoogleCodeExporter commented 9 years ago
Maybe you can try enclosinf servers URIs with quotation mark, like this:

    URL "ldap://ldap1.xxx.com ldap://ldap2.xxx.com"

On our configuration, it work.

Original comment by luca.vil...@gmail.com on 15 Feb 2012 at 10:59

GoogleCodeExporter commented 9 years ago
This should work with quotes.

Original comment by landon.j.fuller@gmail.com on 6 Feb 2013 at 7:25