Closed GoogleCodeExporter closed 9 years ago
Original comment by landon.j.fuller@gmail.com
on 6 Feb 2009 at 7:14
finally found a workaround for this.
The problem is that any result <= 0 is an error, not only -1:
change line 206 in file ldap/TRLDAPConnection.m to the following:
if (ldap_result(ldapConn, msgid, 1, &timeout, &res) <= 0) {
Just a quick workaround, but it leaves openvpn server intact and running.
Original comment by reg9...@yahoo.de
on 26 Oct 2009 at 4:49
Resolved in r1324
Original comment by landon.j.fuller@gmail.com
on 25 Feb 2012 at 11:03
Issue 12 has been merged into this issue.
Original comment by landon.j.fuller@gmail.com
on 25 Feb 2012 at 11:04
Original issue reported on code.google.com by
msup...@gmail.com
on 4 Feb 2009 at 7:21