Page 1 of 1

Temporary disable client access

Posted: Sat Jan 15, 2011 10:48 am
by arodier
Hello,

I want to temporarily disable some clients to access the VPN, without revoking their certificate.
My configuration is bridged, and I have the client config dir option activated.

Thanks for your help

Re: Temporary disable client access

Posted: Mon Jan 17, 2011 12:02 pm
by maikcat
use ccd-exclusive directive inside server.conf

if ccd file exists the client connects,if not he get auth_failed message..

rename the ccd back to normal and he can connect again..

cheers,

michael

Re: Temporary disable client access

Posted: Mon Jan 17, 2011 1:11 pm
by arodier
Thanks for that, but that suppose to have a file for each client...

I finally have opted for a custom tls-verify script in python ;-)