Explorar el Código

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

master
Eugen Rochko hace 6 años
committed by GitHub
padre
commit
b4f8e87358
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 10 adiciones y 0 borrados
  1. +10
    -0
      .env.production.sample

+ 10
- 0
.env.production.sample Ver fichero

@@ -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


Cargando…
Cancelar
Guardar