Re: Openvpn plugin for passwd authentication

2006-04-13 Thread Giancarlo Razzolini
Joachim Schipper wrote: > > Lars is referring to auth_verify(3) and the like, which implements full > authentication. It's a far more robust solution, not in the least > because it ties in with all the other supported authentication options. > > Joachim > > Sorry. My mistake.

Re: Openvpn plugin for passwd authentication

2006-04-13 Thread Joachim Schipper
On Wed, Apr 12, 2006 at 10:58:49PM -0300, Giancarlo Razzolini wrote: > Lars Hansson wrote: > > On Wednesday 12 April 2006 23:21, Giancarlo Razzolini wrote: > >>I wrote a plugin for Openvpn that does authentication using the passwd > >> or the shadow files > > > > What would be even cooler is a

Re: Openvpn plugin for passwd authentication

2006-04-12 Thread Giancarlo Razzolini
Lars Hansson wrote: > On Wednesday 12 April 2006 23:21, Giancarlo Razzolini wrote: >> I wrote a plugin for Openvpn that does authentication using the passwd >> or the shadow files > > What would be even cooler is a bsd-auth plugin. > > > Lars Hansson > > >From the man of the OpenBSD getp

Re: Openvpn plugin for passwd authentication

2006-04-12 Thread Lars Hansson
On Wednesday 12 April 2006 23:21, Giancarlo Razzolini wrote: > I wrote a plugin for Openvpn that does authentication using the passwd > or the shadow files What would be even cooler is a bsd-auth plugin. Lars Hansson

Re: Openvpn plugin for passwd authentication

2006-04-12 Thread Giancarlo Razzolini
Eric Pancer wrote: > On Wed, 2006-04-12 at 14:07:53 -0300, Giancarlo Razzolini proclaimed... > >> Did you read my mail at all? The plugin authenticate itself from >> master.passwd on OpenBSD and from shadow on linux distributions. I >> mentioned PAM, case the only plugin that existed for authentica

Re: Openvpn plugin for passwd authentication

2006-04-12 Thread Eric Pancer
On Wed, 2006-04-12 at 14:07:53 -0300, Giancarlo Razzolini proclaimed... > Did you read my mail at all? The plugin authenticate itself from > master.passwd on OpenBSD and from shadow on linux distributions. I > mentioned PAM, case the only plugin that existed for authentication in > openvpn uses PA

Re: Openvpn plugin for passwd authentication

2006-04-12 Thread Giancarlo Razzolini
Eric Pancer wrote: > On Wed, 2006-04-12 at 12:21:33 -0300, Giancarlo Razzolini proclaimed... > >> I wrote a plugin for Openvpn that does authentication using the passwd >> or the shadow files. I wrote it cause the only authentication plugin for >> openvpn is the auth-pam, and i needed to do au

Re: Openvpn plugin for passwd authentication

2006-04-12 Thread Joachim Schipper
On Wed, Apr 12, 2006 at 10:48:38AM -0500, Eric Pancer wrote: > On Wed, 2006-04-12 at 12:21:33 -0300, Giancarlo Razzolini proclaimed... > > > I wrote a plugin for Openvpn that does authentication using the passwd > > or the shadow files. I wrote it cause the only authentication plugin for > > o

Re: Openvpn plugin for passwd authentication

2006-04-12 Thread Eric Pancer
On Wed, 2006-04-12 at 12:21:33 -0300, Giancarlo Razzolini proclaimed... > I wrote a plugin for Openvpn that does authentication using the passwd > or the shadow files. I wrote it cause the only authentication plugin for > openvpn is the auth-pam, and i needed to do authentication using the >

Openvpn plugin for passwd authentication

2006-04-12 Thread Giancarlo Razzolini
Hi all, I wrote a plugin for Openvpn that does authentication using the passwd or the shadow files. I wrote it cause the only authentication plugin for openvpn is the auth-pam, and i needed to do authentication using the shadow suite. I then wrote a small C program that did this, a