Open GoogleCodeExporter opened 9 years ago
hi again...
(using openvpn-auth-ldap 2.0.3-6 with openvpn.i686 2.3.2-2, installed on
CentOS-6 from the epel repository)
having the doubt of plugin's compatibility with sun-ldap (cause README says
"This plugin only works with the OpenLDAP libraries"), I made the same tests
configuring openvpn-auth-ldap to query an openldap made just for those tests.
The strange "LDAP search failed: No such object" disappeared, but the "No
remote address supplied to OpenVPN LDAP Plugin (OPENVPN_PLUGIN_CLIENT_CONNECT)"
error insisted, even if an ldapsearch replays with success.
again the server's conf, client's conf, and plugin's conf are attached.
1- Is this a compatibility problem? (although ldap protocol is the same and
also I've seen examples of this plugin working well when installed on ubuntu
and the ldap is on a sun machine)
2- should I uninstall the plugin and built it from source? Do I need to do
that? In the Download section I see the same version of the plugin to this on
the epel repo (auth-ldap 2.0.3)
Original comment by alextasi...@gmail.com
on 24 Jan 2014 at 11:08
Attachments:
trying to solve my problem, I uninstalled openvpn-auth-ldap from the repo and
compiled it after downloaded from this place. But the problem is the same... In
the log file:
No remote address supplied to OpenVPN LDAP Plugin
(OPENVPN_PLUGIN_CLIENT_CONNECT).
From the source of the plugin I figured out that this log comes from the
auth-ldap.m file and from "OPENVPN_EXPORT int openvpn_plugin_func_v1" (function
?), when there is no remoteAddress (?).
Can anyone explain to me what this log error mean and when it appears ?
Original comment by alextasi...@gmail.com
on 28 Jan 2014 at 9:48
problem solved by applying a patch, and recompiling the code. So this error
disappeared and the authentication process ended successfully!!
* the patch found in a similar problem found in another issue here:
issue 4 - https://code.google.com/p/openvpn-auth-ldap/issues/detail?id=4
* the patch:
https://code.google.com/p/openvpn-auth-ldap/issues/attachmentText?id=4&aid=40005
000&name=openvpn_ldap_simpler_add_handler_4&token=mmvUD8PFFjdPHzHzTQxNvHhSfcI%3A
1391066590474
so this issue should be consider as duplicate and close ??
thank you
Original comment by alextasi...@gmail.com
on 30 Jan 2014 at 8:13
Original issue reported on code.google.com by
alextasi...@gmail.com
on 23 Jan 2014 at 5:50