openvpn-auth-ldap icon indicating copy to clipboard operation
openvpn-auth-ldap copied to clipboard

Implements username/password authentication via LDAP for OpenVPN 2.x.

Results 71 openvpn-auth-ldap issues
Sort by recently updated
recently updated
newest added

``` What steps will reproduce the problem? 1. Freebsd 9.x or 10.x install 2. Install openvpn-auth-ldap package (version 2.0.3) 3. configure to use it in ldap.conf: plugin /usr/local/lib/openvpn-auth-ldap.so "/usr/local/etc/openvpn/ldap.conf" What...

Priority-Medium
Type-Defect
auto-migrated

``` Trying to bind to company ldap with this kind of ldap.conf: URL ldap://ldap.example.com:389 BindDN cn=Company DirManager,dc=example,dc=com Password password Timeout 15 TLSEnable no FollowReferrals no TLSCACertFile /usr/local/etc/ssl/ca.pem TLSCACertDir /etc/ssl/certs TLSCertFile...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, im currently running debian wheezy with openvpn-auth-ldap 2.0.3-5.1. when a users chooses a password with äöü inside, authentication to vpn always fails. its working with most other systems...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? the plugin's configuration is: URL ldap://xxxxx BindDN uid=xxxxx,dc=xxx,dc=xxx Password xxxxxxx Timeout 15 TLSEnable no FollowReferrals no TLSCACertFile /usr/local/etc/ssl/ca.pem TLSCACertDir /etc/ssl/certs TLSCertFile /usr/local/etc/ssl/client-cert.pem TLSKeyFile...

Priority-Medium
Type-Defect
auto-migrated

``` I'm currently packaging openvpn-auth-ldap for Gentoo. The install target fails due to missing intermediate directories since binaries are installed into a temporary directory before installing it into the live...

Priority-Medium
Type-Defect
auto-migrated

``` What steps will reproduce the problem? 1. Compile with gcc 4.7 2. Configure openvpn to use ldap auth 3. segfault on start openvpn[1220]: segfault at 0 ip b704125f sp...

Priority-Medium
Type-Defect
auto-migrated

``` Hello, how can I configure this plugin, when I have multiple OUs with Users. ->OU1 -->OU2 -->OU3 --->OU4 ->OU5 I´ve created a group named "VPN-Users", where the Users were...

Priority-Medium
Type-Defect
auto-migrated

``` Hi! i've add cert and key to my clients, the LDAP auth works very well, but when revoke a client, the LDAP auth works again. It's posible? Mix this...

Priority-Medium
Type-Defect
auto-migrated

``` Hi, I have a problem with account with dot inside. From example when I try to check plugin configuration and put username: piotr everything works ok: ./testplugin /usr/local/etc/openvpn/auth/auth-ldap.conf Username:...

Priority-Medium
Type-Defect
auto-migrated

``` client+server version: OpenVPN 2.1.0 x86_64-pc-linux-gnu [SSL] [LZO2] [EPOLL] [PKCS11] [MH] [PF_INET6] [eurephia] built on Jul 12 2010 openvpn-auth-ldap version: 2.0.3-1 amd64 (Ubuntu Repository) vpn server+client: Ubuntu 10.10 amd64 2.6.35...

Priority-Medium
Type-Defect
auto-migrated