From e5f49f53679675d2992cf00ce481000f2566884e Mon Sep 17 00:00:00 2001 From: Bigard Florian Date: Thu, 3 Aug 2017 13:56:26 +0200 Subject: [PATCH] Fix deprecated option in server configuration --- installation/server.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installation/server.conf b/installation/server.conf index b937bf5..041de41 100644 --- a/installation/server.conf +++ b/installation/server.conf @@ -79,8 +79,8 @@ script-security 3 # Use the authenticated username as the common name, rather than the common name from the client cert username-as-common-name -# Client certificate non requried -client-cert-not-required +# Client certificate is not required +verify-client-cert none # Use the connection script when a user wants to login auth-user-pass-verify scripts/login.sh via-env # Maximum of clients