Re: [Openvpn-devel] [PATCH] common_name passing in auth_pam plugin

2011-03-24 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21/03/11 23:07, Joe Patterson wrote: > [PATCH] -added the ability to have "COMMONNAME" replaced > with certificate common name in pam conversation > > Signed-off-by: Joe Patterson > --- > plugin/auth-pam/README |2 +- > plugin/auth-pam/

Re: [Openvpn-devel] [PATCH] common_name passing in auth_pam plugin

2011-03-21 Thread Joe Patterson
[PATCH] -added the ability to have "COMMONNAME" replaced with certificate common name in pam conversation Signed-off-by: Joe Patterson --- plugin/auth-pam/README |2 +- plugin/auth-pam/auth-pam.c | 11 +-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/plugin

Re: [Openvpn-devel] [PATCH] common_name passing in auth_pam plugin

2011-03-21 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/03/11 17:44, Joe Patterson wrote: > I had wanted to have the capability of forcing users to match their > username with their cert common name. It's possible to do this using > the environment variables passed to an auth script, but I figured it

[Openvpn-devel] [PATCH] common_name passing in auth_pam plugin

2011-03-07 Thread Joe Patterson
I had wanted to have the capability of forcing users to match their username with their cert common name. It's possible to do this using the environment variables passed to an auth script, but I figured it would be useful to add the capability to the auth_pam plugin. It would be nice to be able t