]> cat aescling's git repositories - mastodon.git/commitdiff
Update pam documentation (#6518)
authorAlexander <devkral@web.de>
Thu, 22 Feb 2018 22:41:21 +0000 (23:41 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Feb 2018 22:41:21 +0000 (23:41 +0100)
* document pam email extraction

* remove superfluous newline

.env.production.sample

index 06606ff25f0a1499158b5791859eb31dccc8a0a1..d74cdb8f82187526c3628eb97ffd2b35d4c8144c 100644 (file)
@@ -141,8 +141,12 @@ STREAMING_CLUSTER_NUM=1
 # GID=1000
 
 # PAM authentication (optional)
+# PAM authentication uses for the email generation the "email" pam variable
+# and optional as fallback PAM_DEFAULT_SUFFIX
+# The pam environment variable "email" is provided by:
+# https://github.com/devkral/pam_email_extractor
 # PAM_ENABLED=true
-# Suffix for email address generation (nil by default)
+# Fallback Suffix for email address generation (nil by default)
 # PAM_DEFAULT_SUFFIX=pam
 # Name of the pam service (pam "auth" section is evaluated)
 # PAM_DEFAULT_SERVICE=rpam