From 42fe05dea1b1b18ef6e70d8d23e5e95ca3001f79 Mon Sep 17 00:00:00 2001 From: Alexander Date: Fri, 2 Mar 2018 19:02:50 +0100 Subject: fix logic for pam_controlled_service (#6599) --- .env.production.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.env.production.sample') diff --git a/.env.production.sample b/.env.production.sample index 05a043256..b96754e78 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -159,7 +159,7 @@ STREAMING_CLUSTER_NUM=1 # PAM_DEFAULT_SUFFIX=pam # Name of the pam service (pam "auth" section is evaluated) # PAM_DEFAULT_SERVICE=rpam -# Name of the pam service used for checking if an user can register (pam "account" section is evaluated) +# Name of the pam service used for checking if an user can register (pam "account" section is evaluated) (nil (disabled) by default) # PAM_CONTROLLED_SERVICE=rpam # Global OAuth settings (optional) : -- cgit