about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-02-04 15:05:53 +0100
committerGitHub <noreply@github.com>2018-02-04 15:05:53 +0100
commit38e0133e1b01c21a710111097102a6eb205b9b9b (patch)
tree75a920630ddb7e0b745856c8d2f5edd558eb19a7 /.env.production.sample
parent9b6223f5e26ed53f285a95921e9c660e831a7f6d (diff)
Make PAM gem optional, allow configuration over environment (#6415)
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample9
1 files changed, 9 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 777336de1..a4b689a31 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -136,6 +136,15 @@ STREAMING_CLUSTER_NUM=1
 # UID=1000
 # GID=1000
 
+# PAM authentication (optional)
+# PAM_ENABLED=true
+# 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
+# Name of the pam service used for checking if an user can register (pam "account" section is evaluated)
+# PAM_CONTROLLED_SERVICE=rpam
+
 # Optional CAS authentication (cf. omniauth-cas) :
 # CAS_ENABLED=true
 # CAS_URL=https://sso.myserver.com/