1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/glitchsoc_ynh.git synced 2024-09-03 19:15:59 +02:00

LDAP implementation

This commit is contained in:
yalh76 2019-03-22 23:43:29 +01:00
parent 35f672269a
commit 5cd0ad6b49

View file

@ -143,14 +143,14 @@ STREAMING_CLUSTER_NUM=1
# GID=1000 # GID=1000
# LDAP authentication (optional) # LDAP authentication (optional)
# LDAP_ENABLED=true LDAP_ENABLED=true
# LDAP_HOST=localhost LDAP_HOST=localhost
# LDAP_PORT=389 LDAP_PORT=389
# LDAP_METHOD=simple_tls # LDAP_METHOD=simple_tls
# LDAP_BASE= LDAP_BASE=ou=users,dc=yunohost,dc=org
# LDAP_BIND_DN= # LDAP_BIND_DN=
# LDAP_PASSWORD= # LDAP_PASSWORD=
# LDAP_UID=cn LDAP_UID=uid
# LDAP_SEARCH_FILTER="%{uid}=%{email}" # LDAP_SEARCH_FILTER="%{uid}=%{email}"
# PAM authentication (optional) # PAM authentication (optional)