From b201ed400431fce15f11037cf2b2fe2c9f93c160 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Mon, 12 Feb 2024 14:41:44 +0100 Subject: [PATCH] disable ldap and sso --- manifest.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.toml b/manifest.toml index f167e86..bebe4b3 100644 --- a/manifest.toml +++ b/manifest.toml @@ -22,9 +22,9 @@ yunohost = ">= 11.2.0" architectures = "all" multi_instance = false -ldap = true +ldap = false -sso = true +sso = false disk = "50M" ram.build = "3G"