Browse Source

Fix deprecated option in server configuration

master
Bigard Florian 8 years ago committed by GitHub
parent
commit
e5f49f5367
  1. 4
      installation/server.conf

4
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 # Use the authenticated username as the common name, rather than the common name from the client cert
username-as-common-name username-as-common-name
# Client certificate non requried # Client certificate is not required
client-cert-not-required verify-client-cert none
# Use the connection script when a user wants to login # Use the connection script when a user wants to login
auth-user-pass-verify scripts/login.sh via-env auth-user-pass-verify scripts/login.sh via-env
# Maximum of clients # Maximum of clients

Loading…
Cancel
Save