Open GoogleCodeExporter opened 9 years ago
The FreeBSD bug report lives at
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190497
Original comment by matthias...@gmx.de
on 3 Aug 2014 at 8:44
Apparently the real problem on newer FreeBSD releases (9.x and newer) is that
newer compiler versions have also moved on to a "lighter", near-trivial,
"Object" base class that no longer provides static/class methods such as
+alloc.
IOW, it seems necessary to either implement the missing methods in a
project-specific base class that, or to port auth-ldap to some framework
(gnustep-base perhaps?) that provides the necessary +alloc and other methods.
I cannot do that due to a current lack of ObjC-fu.
Original comment by matthias...@gmx.de
on 4 Aug 2014 at 3:56
Build log at http://people.freebsd.org/~mandree/openvpn-auth-ldap-2.0.3_8.log
Original comment by matthias...@gmx.de
on 4 Aug 2014 at 3:59
This sucks and I hope someone can figure out how to fix it soon. Got all the
way through an update on my firewall and found out my 2fa openvpn setup was now
broken. As a workaround I whipped up this simple perl script to do LDAP auth
with. If anyone else is stuck I hope this can tide you over until the compiled
version is fixed.
Original comment by aa...@digitalmediums.com
on 16 Sep 2014 at 10:48
Attachments:
Placed it on a github incase it helps anyone
https://github.com/analogrithems/openvpn-auth-ldap-perl
Original comment by aa...@digitalmediums.com
on 16 Sep 2014 at 11:09
Original issue reported on code.google.com by
blackluc...@gmail.com
on 22 Jun 2014 at 5:27