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
Multiple authentication method
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVpn Newbie
- Posts: 1
- Joined: Thu Jun 16, 2011 5:46 am
- janjust
- Forum Team
- Posts: 2703
- Joined: Fri Aug 20, 2010 2:57 pm
- Location: Amsterdam
- Contact:
Re: Multiple authentication method
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).