disabled session control by default in sample.config

This commit is contained in:
Nikos Mavrogiannopoulos
2014-10-15 07:58:36 +02:00
parent b5d64c2040
commit c2856e2ee6

View File

@@ -24,7 +24,7 @@ auth = "plain[./sample.passwd]"
# Whether to enable the authentication method's session control (i.e., PAM).
# That requires more resources on the server, and makes cookies one-time-use;
# thus don't enable unless you need it.
session-control = true
#session-control = true
# A banner to be displayed on clients
#banner = "Welcome"