Le 2012-06-22 13:23, Samuli Seppänen a écrit :
From: Adrien Bustany
DAF_INITIAL_AUTH will only be set if a password was needed for
client
authentication. This means that for password-less certificate
authentication, no DISCONNECT/ADDRESS messages would be sent.
---
src/openvpn/manage.c
From: Adrien Bustany
DAF_INITIAL_AUTH will only be set if a password was needed for client
authentication. This means that for password-less certificate
authentication, no DISCONNECT/ADDRESS messages would be sent.
---
src/openvpn/manage.c |4 ++--
1 files changed, 2 insertions(+), 2
From: Adrien Bustany
As discussed in [1], here is a cleaned up version of my patch to fix
the sending of CLIENT:ADDRESS/CLIENT:DISCONNECT message on the
management interface when using password-less TLS certificate
authentication. It seems that DAF_INITIAL_AUTH is now unused, should I
send
Le 2012-05-07 16:51, Alon Bar-Lev a écrit :
On Mon, May 7, 2012 at 2:58 PM, Adrien Bustany
wrote:
Hi,
I was toying with the management interface of openvpn (on server
side),
to monitor the connections/disconnections of my clients. The clients
are authenticated with TLS certificates, without
x27;m new to the code base, I'm not sure at all that those patches make
sense, especially the second one. I still attach them to this email,
in the hope that people here will point where I'm wrong :)
Cheers
Adrien
From b3f7a1bc9b0d6510f20b7e27d2385f716590d6fb Mon Sep 17 00:00:00 2001
From: