Page 1 of 1

Multiple authentication method

Posted: Thu Jun 16, 2011 6:02 am
by ninadshaha
Dear All,

I am using openVPN with LDAP authentication. Now i want to use PAM and LDAP both for authentication. (i.e. If the user is not there in PAM database the then system will check for that user in LDAP).

Please guide me how can we do this with OPENVPN.


Thanks & Regards,
Ninad Shaha

Re: Multiple authentication method

Posted: Thu Jun 16, 2011 6:32 am
by janjust
I'm not sure if you can use multiple authentication plugins; in your case I'd route all authentication calls via PAM and then configure PAM to handle LDAP users as well (it's actually how pam is configured at my work).