threerings / openvpn-auth-ldap

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

Problem with LDAPS #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Setup openldap server that has just ldaps:/ access
2. Set options TLSCACertFile to point to the CA root certificate
3. openvpn-auth-ldap will not be able to connect to the ldap server 
because it will do a bind before setting the TLS parameters.

What is the expected output? What do you see instead?
Anyways I guess it is better to set up the TLS transport and do the bind
afterwards. The other issue is that the option TLSEnable should be called 
TLSstart or something. URL ldaps:// together with the option TLSEnable 
will report an error.

What version of the product are you using? On what operating system?
OS: FreeBSD 7.0, openvpn-auth-ldap: 2.0.3

Please provide any additional information below.

Original issue reported on code.google.com by martin.p...@gmail.com on 27 Aug 2008 at 5:31

Attachments:

GoogleCodeExporter commented 9 years ago
Please CC any relevant emails to map@infinitum.ch

Original comment by martin.p...@gmail.com on 27 Aug 2008 at 5:34

GoogleCodeExporter commented 9 years ago

Original comment by landon.j.fuller@gmail.com on 30 Nov 2008 at 9:11

GoogleCodeExporter commented 9 years ago
issue #19, issue #28 are all dupes of this one...

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

GoogleCodeExporter commented 9 years ago
I needed the patch, too, for FreeBSD port as of 2013.
patch file going into /usr/ports/security/openvpn-auth-ldap/files is attached

Original comment by kars...@rohrbach.de on 9 Jan 2013 at 2:26

Attachments: