threerings / openvpn-auth-ldap

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

cannot do TLS for whatever reason. #22

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. compile and install the plugin
2. configure it and start openvpn
3. connect
4. fail

LDAP bind failed immediately: Can't contact LDAP server ((unknown error code))
Unable to bind as cn=admin,dc=blubb,dc=bla
LDAP connect failed.
192.168.88.11:36659 PLUGIN_CALL: plugin function
PLUGIN_AUTH_USER_PASS_VERIFY failed with status 1:
/usr/local/lib/openvpn-auth-ldap.so
192.168.88.11:36659 TLS Auth Error: Auth Username/Password verification
failed for peer

What is the expected output? What do you see instead?

expected would be something like this:
"openvpn: running"

What version of the product are you using? On what operating system?
linux/gentoo
openvpn-2.1.0-r1
 auth-ldap-2.0.3.tar.gz
Please provide any additional information below.
./configure --with-openvpn=/usr/src/openvpn-2.1.0

without tls it is working

Original issue reported on code.google.com by ultra...@googlemail.com on 4 Jun 2010 at 6:35

GoogleCodeExporter commented 9 years ago
have you figured out, what the problem was? if you require TLS in order to 
bind, this may have failed due to the error described in issue #28

Original comment by thilo.ba...@gmail.com on 15 Nov 2011 at 8:36