about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorAlexander <devkral@web.de>2018-03-19 20:09:26 +0100
committerEugen Rochko <eugen@zeonfederated.com>2018-03-19 20:09:26 +0100
commit33ee347c995515946e0a045394fe693875ee1cdf (patch)
tree9e15e38f18be7e43c104d22c0c970123185f1c54 /.env.production.sample
parent0306e3e9bebe0b0d9ad7e5fe328dd3677717b7e5 (diff)
rename pam email environment variable to something more understandable and default to LOCAL_DOMAIN (better fallback) (#6833)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample4
1 files changed, 2 insertions, 2 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 579ad667b..1e5ed9f3d 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -155,8 +155,8 @@ STREAMING_CLUSTER_NUM=1
 # The pam environment variable "email" is provided by:
 # https://github.com/devkral/pam_email_extractor
 # PAM_ENABLED=true
-# Fallback Suffix for email address generation (nil by default)
-# PAM_DEFAULT_SUFFIX=pam
+# Fallback email domain for email address generation (LOCAL_DOMAIN by default)
+# PAM_EMAIL_DOMAIN=example.com
 # 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) (nil (disabled) by default)