From 77e387c4c4a17fbd14b7efc99960f591c075b438 Mon Sep 17 00:00:00 2001 From: squeak Date: Mon, 8 Mar 2021 01:32:00 +0100 Subject: [PATCH] Fixed incompatibility between SSO and couch authentication. --- README.md | 2 -- README_fr.md | 2 -- scripts/install | 2 +- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b5ada3d..402119a 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,6 @@ Couchdb has it's own users management system, so LDAP is not supported. By default this package installs couchdb as single node, if you need a different setup, please contribute with pull requests to improve the package :) -It seems that there are some conflicts between yunohost SSO cookies and couchdb authentication cookies, this results in users not being able to access couchdb if they are logged in the SSO. To avoid having this issue, it is recommended to install couchdb on a different domain than the main yunohost one. - ## Links diff --git a/README_fr.md b/README_fr.md index 7c77152..c3f0ba3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -50,8 +50,6 @@ Couchdb a sa propre gestion d'utilisateurs, donc LDAP n'est pas supporté. Par défaut, ce paquet install couchdb comme nœud simple. Si vous souhaitez permettre des installations plus avancées les contributions sont bienvenues :) -Il semble qu'il y'ai un conflit entre le cookie du SSO yunohost et celui d'autentification à couchdb, dont le résultat est que couchdb n'est pas accessible pour les utilisateurs s'ils sont loggé dans le SSO. La façon la plus simple d'éviter ce problème est d'installer couchdb sur un domaine différent que le domaine principale de yunohost. - ## Liens diff --git a/scripts/install b/scripts/install index 46ef5f3..d07021f 100755 --- a/scripts/install +++ b/scripts/install @@ -147,7 +147,7 @@ ynh_add_fail2ban_config --logpath="/var/log/couchdb/couchdb.log" --failregex="[w ynh_script_progression --message="Configuring permissions..." --weight=3 # Setup that clicking SSO tile opens fauxton UI -ynh_permission_url --permission="main" --url="/_utils/index.html" --add_url="/" +ynh_permission_url --permission="main" --url="/_utils/index.html" --add_url="/" --auth_header=false # Make app public if necessary if [ $is_public -eq 1 ]