From f48c17309b6e8b1c9b6cbfc6335791e59c2b2b48 Mon Sep 17 00:00:00 2001 From: Rello Date: Thu, 27 Apr 2023 13:51:52 +0200 Subject: [PATCH 1/2] Update federated_cloud_sharing_configuration.rst Add hint regarding the prerequisite for a green status light Signed-off-by: Rello --- .../federated_cloud_sharing_configuration.rst | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst b/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst index ca1c99a04..9a89f076d 100644 --- a/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst +++ b/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst @@ -58,9 +58,15 @@ share was created successfully** is enabled on your Admin page, servers will be automatically added to your trusted list when you create new Federation shares. You may also enter Nextcloud server URLs in the **Add Nextcloud Server** field. -The yellow light indicates a successful connection, with no user names -exchanged. The green light indicates a successful connection with user names -exchanged. A red light means the connection failed. + +A red light means the connection failed. The yellow light indicates a successful +connection, with no user names exchanged. The green light indicates a successful +connection with user names exchanged. + +The prerequisiste for a green status is that the trusted servers where maintained +in both interacting Nextcloud servers. +Additionally ``occ federation:sync-addressbooks`` must have been executed (part of +cron job list). .. figure:: images/federation-1.png From 9342735e6f6adb4068b257e4136288ecea26abfc Mon Sep 17 00:00:00 2001 From: Rello Date: Thu, 27 Apr 2023 15:29:55 +0200 Subject: [PATCH 2/2] Update federated_cloud_sharing_configuration.rst Signed-off-by: Rello --- .../federated_cloud_sharing_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst b/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst index 9a89f076d..b76a5f84b 100644 --- a/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst +++ b/admin_manual/configuration_files/federated_cloud_sharing_configuration.rst @@ -63,7 +63,7 @@ A red light means the connection failed. The yellow light indicates a successful connection, with no user names exchanged. The green light indicates a successful connection with user names exchanged. -The prerequisiste for a green status is that the trusted servers where maintained +The prerequisiste for a green status is that the trusted servers were maintained in both interacting Nextcloud servers. Additionally ``occ federation:sync-addressbooks`` must have been executed (part of cron job list).