mirror of
https://github.com/YunoHost-Apps/calibreweb_ynh.git
synced 2024-09-03 18:16:20 +02:00
correct db_settings for ldap
This commit is contained in:
parent
c959b0a90b
commit
c5143ba888
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ config_logfile=\'\',
|
||||||
config_converterpath=\'\',
|
config_converterpath=\'\',
|
||||||
config_calibre=\'\',
|
config_calibre=\'\',
|
||||||
config_uploading=\'$upload\'
|
config_uploading=\'$upload\'
|
||||||
config_use_ldap=1
|
config_use_ldap=\'1\'
|
||||||
config_ldap_provider_url=\'localhost:389\'
|
config_ldap_provider_url=\'localhost:389\'
|
||||||
config_ldap_dn=\'uid=%s,ou=users,dc=yunohost,dc=org\'
|
config_ldap_dn=\'uid=%s,ou=users,dc=yunohost,dc=org\'
|
Loading…
Add table
Reference in a new issue