From d2a717fec0daebcd9e8c80621aec845870fb2e96 Mon Sep 17 00:00:00 2001 From: Krakinou Date: Sat, 12 Jan 2019 20:04:35 +0100 Subject: [PATCH] Change to LDAP supported version --- conf/app.src | 4 ++-- conf/init_calibre_db_settings | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index c765e11..5b5b484 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,4 +1,4 @@ #useless as long as V1.0 not issued -SOURCE_URL=https://github.com/janeczku/calibre-web/archive/d0fd1a46014006138977398ee65f48c98df937e7.zip -SOURCE_SUM=0d297719f32670840fb1fcee52d3e73fa6213127709809d9a232f862d037af03 +SOURCE_URL=https://github.com/Krakinou/calibre-web/archive/calibre-web-masterzip +SOURCE_SUM=3cef8d95f2543cc07f5b2a9975f8633d614d2f02e404e1538353a6bd18f3f405 SOURCE_FORMAT=zip diff --git a/conf/init_calibre_db_settings b/conf/init_calibre_db_settings index 8dacf91..e84ebce 100644 --- a/conf/init_calibre_db_settings +++ b/conf/init_calibre_db_settings @@ -8,4 +8,7 @@ config_use_goodreads=0, config_logfile=\'\', config_converterpath=\'\', config_calibre=\'\', -config_uploading=\'$upload\' \ No newline at end of file +config_uploading=\'$upload\' +config_use_ldap=1 +config_ldap_provider_url=\'localhost:389\' +config_ldap_dn=\'uid=%s,ou=users,dc=yunohost,dc=org\' \ No newline at end of file