mirror of
https://github.com/YunoHost-Apps/firefly-iii_ynh.git
synced 2024-09-03 18:36:13 +02:00
Ldap
This commit is contained in:
parent
c6a19a690f
commit
560f411e77
1 changed files with 2 additions and 2 deletions
|
@ -212,10 +212,10 @@ ADLDAP_AUTO_CONNECT=true
|
|||
# LDAP connection settings
|
||||
# You can set the following variables from a file by appending them with _FILE:
|
||||
# ADLDAP_CONTROLLERS, ADLDAP_PORT, ADLDAP_BASEDN
|
||||
ADLDAP_CONTROLLERS=
|
||||
ADLDAP_CONTROLLERS=127.0.0.1
|
||||
ADLDAP_PORT=389
|
||||
ADLDAP_TIMEOUT=5
|
||||
ADLDAP_BASEDN=""
|
||||
ADLDAP_BASEDN="ou=users, dc=yunohost, dc=org"
|
||||
ADLDAP_FOLLOW_REFFERALS=false
|
||||
|
||||
# SSL/TLS settings
|
||||
|
|
Loading…
Add table
Reference in a new issue