threerings / openvpn-auth-ldap

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

libraries/liblber/encode.c:288: ber_put_ostring: Assertion `str != ((void *)0)' failed #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start OpenVPN Server
2. From openvpn client, execute with ./openvpn --config openvpn.conf
--auth-user-pass
3. Openvpn server die

What is the expected output? What do you see instead?
Successfully connected between openvpn client and server

What version of the product are you using? On what operating system?
openvpn 2.0.9, auth-ldap 2.0.3 , tried on Kubuntu 8.04 and Centos 5.2 ,
both also getting same error msg

Please provide any additional information below.
Tue Feb 10 15:32:20 2009 OpenVPN 2.0.9 i686-pc-linux [SSL] [EPOLL] built on
Dec 12 2008
Tue Feb 10 15:32:21 2009 TUN/TAP device tun0 opened
Tue Feb 10 15:32:21 2009 /sbin/ifconfig tun0 172.16.24.1 pointopoint
172.16.24.2 mtu 1500
Tue Feb 10 15:32:21 2009 GID set to nogroup
Tue Feb 10 15:32:21 2009 UID set to nobody
Tue Feb 10 15:32:21 2009 UDPv4 link local (bound): [undef]:1194
Tue Feb 10 15:32:21 2009 UDPv4 link remote: [undef]
Tue Feb 10 15:32:21 2009 Initialization Sequence Completed
Tue Feb 10 15:32:29 2009 60.50.53.28:59719 Re-using SSL/TLS context
openvpn: ../../../libraries/liblber/encode.c:288: ber_put_ostring:
Assertion `str != ((void *)0)' failed.
Aborted

Original issue reported on code.google.com by soonta...@gmail.com on 10 Feb 2009 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by landon.j.fuller@gmail.com on 25 Feb 2012 at 11:04