Skip to content

Commit

Permalink
Add LDAP options to .env.production.sample (#6592)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargron committed Mar 2, 2018
1 parent e72db6d commit b4f8e87
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .env.production.sample
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4f8e87

Please sign in to comment.