threerings / openvpn-auth-ldap

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

Group membership with memberUid in posixGroup #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?

openvpn-auth-ldap-2.0.3
openvpn-2.0.6
openldap-client-2.4.11
FreeBSD 7.0-RELEASE-p5

Please provide any additional information below.

In LDAP we are using the posixGroup schema, which lists group members by
username in the memberUid attribute on the group. It appears that
openvpn-auth-ldap is searching for members based on cn. It would be nice if
there were a way to configure what to look for in the attribute to confirm
group membership.

Original issue reported on code.google.com by kyz...@gmail.com on 30 Dec 2008 at 9:51

GoogleCodeExporter commented 9 years ago
Thanks for your bug report. I'm marking this as a duplicate of issue #7, which 
now
includes a patch.

Original comment by landon.j.fuller@gmail.com on 13 Dec 2009 at 8:01