From ddf5673e4e1edc38d2ac9b2265ed1d9a29f765e2 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 20 Apr 2022 10:27:42 +0200 Subject: [PATCH] conf: schema: Allow authentication for FTP(S) and HTTP(S) disks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code already handles this so we just need to allow it in the schema. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- src/conf/schemas/domaincommon.rng | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/conf/schemas/domaincommon.rng b/src/conf/schemas/domaincommon.rng index c68acaa222..8afb0dadd4 100644 --- a/src/conf/schemas/domaincommon.rng +++ b/src/conf/schemas/domaincommon.rng @@ -1995,6 +1995,9 @@ + + + @@ -2020,6 +2023,9 @@ + + + @@ -2042,6 +2048,9 @@ + + + @@ -2061,6 +2070,9 @@ + + +