From 9ff9105df7211e54359fb8600bd26ff0c67beedc Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 20 Mar 2014 22:26:45 +0100 Subject: [PATCH] doc update --- src/ocserv-args.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ocserv-args.def b/src/ocserv-args.def index 62ad1ad3..db211da7 100644 --- a/src/ocserv-args.def +++ b/src/ocserv-args.def @@ -357,12 +357,12 @@ route = 192.168.5.0/255.255.255.0 # be within any chroot environment. #binary-files = /path/to/binaries -# Unless set to false it is required for clients to present their +# Unless set to true it is required for clients to present their # certificate even if they are authenticating via a previously granted # cookie and complete their authentication in the same TCP connection. # Legacy CISCO clients do not do that, and thus this option should be -# set for them. -#cisco-client-compat = false +# set to true for them. +#cisco-client-compat = true #Advanced options