1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/calibreweb_ynh.git synced 2024-09-03 18:16:20 +02:00

Change to LDAP supported version

This commit is contained in:
Krakinou 2019-01-12 20:04:35 +01:00
parent cdae5f6c31
commit d2a717fec0
2 changed files with 6 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#useless as long as V1.0 not issued #useless as long as V1.0 not issued
SOURCE_URL=https://github.com/janeczku/calibre-web/archive/d0fd1a46014006138977398ee65f48c98df937e7.zip SOURCE_URL=https://github.com/Krakinou/calibre-web/archive/calibre-web-masterzip
SOURCE_SUM=0d297719f32670840fb1fcee52d3e73fa6213127709809d9a232f862d037af03 SOURCE_SUM=3cef8d95f2543cc07f5b2a9975f8633d614d2f02e404e1538353a6bd18f3f405
SOURCE_FORMAT=zip SOURCE_FORMAT=zip

View file

@ -8,4 +8,7 @@ config_use_goodreads=0,
config_logfile=\'\', config_logfile=\'\',
config_converterpath=\'\', config_converterpath=\'\',
config_calibre=\'\', config_calibre=\'\',
config_uploading=\'$upload\' config_uploading=\'$upload\'
config_use_ldap=1
config_ldap_provider_url=\'localhost:389\'
config_ldap_dn=\'uid=%s,ou=users,dc=yunohost,dc=org\'