소스 검색

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

master
Eugen Rochko 6 년 전
committed by GitHub
부모
커밋
b4f8e87358
No known key found for this signature in database GPG 키 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


불러오는 중...
취소
저장