openvpn-ldap-auth 0.0.5 released
This is a maintenance release fixing a potential memleak.
A potential memleak is fixed could have happened when ldap_search_ext_s returned something else than LDAP_SUCCESS.
From LDAP man page:
Note that res parameter of ldap_search_ext_s() and ldap_search_s() should be freed with ldap_msgfree() regardless of return value of these functions.
You can download it from the repository @ tag 0.0.5
Comments