From 2b0529f135408baae6bbd0be0b2d256bd0fcb6ec Mon Sep 17 00:00:00 2001 From: SebastianKrupinski Date: Sun, 16 Mar 2025 16:09:32 -0400 Subject: [PATCH] feat: add system address book documentation Signed-off-by: SebastianKrupinski --- admin_manual/groupware/contacts.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/admin_manual/groupware/contacts.rst b/admin_manual/groupware/contacts.rst index 4c4c8e09e..db9b9b597 100644 --- a/admin_manual/groupware/contacts.rst +++ b/admin_manual/groupware/contacts.rst @@ -16,9 +16,20 @@ Nextcloud maintains a read-only address book containing contact information of a Disabled users are removed from this address book. -You can disable access to the system address book by using the app config value ``system_addressbook_exposed``. +You can disable or enable access to the system address book by using the administration interface or with a command line command. + +Please note that this does not influence :ref:`Federated sharing`. + +Command Line +^^^^^^^^^^^^ + +Run ``occ config:app:set dav system_addressbook_exposed --value="no"`` to disable access to the system address book for all users. + +Administration interface +^^^^^^^^^^^^^^^^^^^^^^^^ + +Navigate to *Administration Settings* -> *Groupware* -> *System Address Book* section and toggle the *Enable system address book* option. -Run ``occ config:app:set dav system_addressbook_exposed --value="no"`` to disable access to the system address book for all users. Please note that this does not influence :ref:`Federated sharing`. .. warning:: If clients have already connected to the CalDAV endpoint, the clients might experience sync issues after system address book access was disabled. This can often be remedied by choosing a different default address book on the client and forcing a resync.