FreeRadius using PGP to authenticate users

2004-06-21 Thread Alain Perry
(Moderators: sorry I first sent this email with the wrong email address) Hi list, I'm curious about the possibility to use PGP keys to authenticate users via a challenge. I'm using an LDAP database to store my users information, and this is working great with a simple login/password scheme for

Re: FreeRadius using PGP to authenticate users

2004-06-21 Thread Alan DeKok
Alain Perry [EMAIL PROTECTED] wrote: I'm curious about the possibility to use PGP keys to authenticate users via a challenge. I'm using an LDAP database to store my users information, and this is working great with a simple login/password scheme for the moment. However, I would really like to

Re: FreeRadius using PGP to authenticate users

2004-06-21 Thread Alain Perry
What software exists on the client side to do this? If the answer is none, there isn't much point in doing it. The answer is none, but I'm planning on writing it... EAP started off as part of PPP. It's used elsewhere now. That I understood. To do this, you could use EAP-GTC, but few

Re: FreeRadius using PGP to authenticate users

2004-06-21 Thread Alan DeKok
Alain Perry [EMAIL PROTECTED] wrote: FreeRADIUS can do challenge-response fairly easily, but you will have to write code to decide what to use for a challenge, and how to verify the response. Is this feasable as a module, or do I have to actually modify FreeRADIUS code to do it ?

Re: FreeRadius using PGP to authenticate users

2004-06-21 Thread Rok Papez
Hi Alan. Alain Perry pravi: FreeRADIUS can do challenge-response fairly easily, but you will have to write code to decide what to use for a challenge, and how to verify the response. Is this feasable as a module, or do I have to actually modify FreeRADIUS code to do it ? A lot of freeRadius