Swekey auth: token caching enabled by default

This commit is contained in:
Marc Delisle
2008-11-04 15:10:36 +00:00
parent 0af24aca43
commit ea712d30e7
2 changed files with 7 additions and 6 deletions

View File

@@ -20,6 +20,7 @@
#
# It is recommended to include the following lines to contact the
# authentication servers in SSL mode.
#
SERVER_CHECK=https://auth-check-ssl.musbe.net
SERVER_RNDTOKEN=https://auth-rnd-gen-ssl.musbe.net
@@ -37,9 +38,7 @@ SERVER_STATUS=https://auth-status-ssl.musbe.net
#
# If your server receives many login requests, you can enable the random
# token caching to accelerate the authentication process.
# This is disabled by default because a cache file with full public access
# is vulnerable to a denial of service attack.
# You can enable it when your server is running in a secure environment.
# Token caching is enabled by default.
#
#ENABLE_TOKEN_CACHE=1
#ENABLE_TOKEN_CACHE=0