threerings / openvpn-auth-ldap

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

Move address checks further down to avoid certain failures #75

Open aniolm9 opened 5 years ago

aniolm9 commented 5 years ago

In Debian we are currently applying the following patch to OpenVPN Auth-LDAP. We thought you might be interested in it too.

Description: move address checks further down to avoid certain failures
 this tries to avoid certain failures with the LDAP plugin where it
 doesn't get passed the remoteAddress in certain cases. since we do
 may not care about this address, we fail only when really necessary.
Author: Antoine Beaupré <anarcat@debian.org>
Origin: vendor
Bug-Debian: http://bugs.debian.org/692936
Last-Update: 2019-08-05
Index: openvpn-auth-ldap/src/auth-ldap.m
===================================================================

The patch is tracked in our Git repository at https://salsa.debian.org/debian/openvpn-auth-ldap/raw/master/debian/patches/auth-ldap-remoteAddress.patch

This pull request closes #4.

Thanks for considering, Aniol Marti