about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorAlexander <devkral@web.de>2018-03-02 19:02:50 +0100
committerEugen Rochko <eugen@zeonfederated.com>2018-03-02 19:02:50 +0100
commit42fe05dea1b1b18ef6e70d8d23e5e95ca3001f79 (patch)
tree788c2f638aac835b934fa19cb453c71763229f32 /.env.production.sample
parentb4f8e8735801b517e2fcccde48355c5c7ad7f221 (diff)
fix logic for pam_controlled_service (#6599)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample2
1 files changed, 1 insertions, 1 deletions
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) :