Search Criteria
Package Details: openvpn-auth-ldap 2.0.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/openvpn-auth-ldap.git (read-only, click to copy) |
---|---|
Package Base: | openvpn-auth-ldap |
Description: | OpenVPN Auth via LDAP/AD plugin. RFC2307 support. |
Upstream URL: | https://github.com/threerings/openvpn-auth-ldap |
Licenses: | BSD |
Submitter: | k0ste |
Maintainer: | k0ste |
Last Packager: | k0ste |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-29 11:26 (UTC) |
Last Updated: | 2022-01-28 15:42 (UTC) |
Dependencies (7)
- libldap
- libsasl
- openssl (openssl-gitAUR, openssl-staticAUR)
- openvpn (openvpn-gitAUR, openvpn-mbedtlsAUR)
- doxygen (doxygen-gitAUR, doxygen-yapAUR) (make)
- gcc-objc (gcc-objc-gitAUR, gcc-objc-snapshotAUR) (make)
- re2c (re2c-gitAUR) (make)
Latest Comments
micwoj92 commented on 2024-10-20 03:06 (UTC)
Also configure fails now with
jrddunbr commented on 2024-06-27 23:13 (UTC)
@k0ste FYI folks this package is kinda unmaintained. A CVE was recently found in the password handler with a critical severity: https://www.tenable.com/cve/CVE-2024-28820
k0ste commented on 2022-01-28 15:43 (UTC)
@micwoj92 CFLAG added as suggested in https://github.com/threerings/openvpn-auth-ldap/issues/78
micwoj92 commented on 2021-12-28 19:08 (UTC)
I've seen 2 problems with that PKGBUILD, same as @smoolak
Also this compliles using clang if clang is installed which I think shouldnt be the case.
Smoolak commented on 2020-03-18 16:46 (UTC)
Hey, I had the following error:
I fixed it by adding
CFLAGS='-std=gnu11'
before the./configure
in the PKGBUILD file.