[Openvpn-devel] Re: Re: Radius support (Authentification, Authorization and Accounting)

2005-05-19 Thread Ralf Lübben
Hello, the authentication is already working. The Framed IP Address and the Framed Routes can be set by the radius server about the auth-user-pass-verif-plugin. And every user gets a unique NAS-Port. The easiest way to do the accounting process is to start it in the auth-user-pass-verif-plugin and

Re: [Openvpn-devel] Patch for a --capath option

2005-05-19 Thread Thomas NOEL
Hi, I think a nice solution would be to rebuild the X509_STORE of the SSL_CTX when a SIGHUP ou SIGUSR1 arrived. But I do not understand yet enough the code of OpenVPN : - where can I add an action when a SIGUSR1 or SIGHUP is handled ? - how can I get the (list of ?) SSL_CTX object ? Do you thi

Re: [Openvpn-devel] Re: PAM plugin doesn't daemonize correctly [PATCH]

2005-05-19 Thread James Yonan
On Wed, 18 May 2005, Simon Perreault wrote: > On Wednesday 18 May 2005 09:40, Simon Perreault wrote: > > 1) reopen stdin, stdout and stderr to /dev/null when --daemon option is > > specified (need a way to access options structure in the plugin) > > Here's a patch using the first solution. Please

Re: [Openvpn-devel] Patch for a --capath option

2005-05-19 Thread James Yonan
On Wed, 18 May 2005, Thomas NOEL wrote: > Hello, > > Le 18.05.2005 13:42, James Yonan a ?crit : > >>I'm not very happy with this patch : all CA and CRL are checked, but if > >>I update a CRL, openssl doesn't see any changes and continue to accept > >>my revoked certificate. > >>I don't know if