diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2018-03-02 08:14:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-02 08:14:34 +0100 |
commit | b4f8e8735801b517e2fcccde48355c5c7ad7f221 (patch) | |
tree | 3aec7082395660f19655afddffe7cb753c21e33a | |
parent | e72db6d9dd53a9d44f641bdf6bce7e64548e7d94 (diff) |
Add LDAP options to .env.production.sample (#6592)
-rw-r--r-- | .env.production.sample | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample index 5cd3e196e..05a043256 100644 --- a/.env.production.sample +++ b/.env.production.sample @@ -139,6 +139,16 @@ STREAMING_CLUSTER_NUM=1 # UID=1000 # GID=1000 +# LDAP authentication (optional) +# LDAP_ENABLED=true +# LDAP_HOST=localhost +# LDAP_PORT=389 +# LDAP_METHOD=simple_tls +# LDAP_BASE= +# LDAP_BIND_DN= +# LDAP_PASSWORD= +# LDAP_UID=cn + # PAM authentication (optional) # PAM authentication uses for the email generation the "email" pam variable # and optional as fallback PAM_DEFAULT_SUFFIX |