瀏覽代碼

Add LDAP options to .env.production.sample (#6592)

master
Eugen Rochko 6 年之前
committed by GitHub
父節點
當前提交
b4f8e87358
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. +10
    -0
      .env.production.sample

+ 10
- 0
.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


Loading…
取消
儲存