From cfa2dc9db5b9a7c82e8b60b4208fdd1c70198433 Mon Sep 17 00:00:00 2001 From: Sunik Kupfer Date: Wed, 8 Nov 2023 16:24:05 +0100 Subject: [PATCH] Add login_certificate_and_password under configuration variables (#28) --- managed_davx5.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/managed_davx5.rst b/managed_davx5.rst index 31087a5..48ffcf5 100644 --- a/managed_davx5.rst +++ b/managed_davx5.rst @@ -175,6 +175,9 @@ These variables can be used for Managed DAVx⁵ configuration: * - login_certificate_alias - text - if provided, client certificates will be used for authentication (instead of user name/password); value of this field will be pre-selected (if available) + * - login_certificate_and_password + - boolean + - whether login should use both certificate AND username + password * - preselect_collections - integer - whether collections are automatically selected for synchronization after their initial detection |br| |br|