Merge pull request #10384 from nextcloud/backport/10380/stable25

[stable25] feat(adminmanual): system address book
This commit is contained in:
Christoph Wurst 2023-05-12 11:33:26 +02:00 committed by GitHub
commit 336bfebcf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 29 additions and 3 deletions

View File

@ -500,8 +500,14 @@ bernie::
sudo -u www-data php occ dav:sync-birthday-calendar bernie
``dav:sync-system-addressbook`` synchronizes all users to the system
addressbook::
.. _occ-dav-sync-system-address-book:
Sync system address book
^^^^^^^^^^^^^^^^^^^^^^^^
``dav:sync-system-addressbook`` synchronizes all users to the :ref:`system
address book<system-address-book>`::
sudo -u www-data php occ dav:sync-system-addressbook

View File

@ -0,0 +1,19 @@
==================
Contacts / CardDAV
==================
Nextcloud ships a CardDAV backend for users to store and share their address books and contacts.
.. _system-address-book:
System Address Book
-------------------
Nextcloud maintains a read-only address book containing contact information of all users of the instance.
Disabled users are removed from this address book.
Address Book Sync
^^^^^^^^^^^^^^^^^
The address book is updated automatically with every added, modified, disabled or removed user. Admins can also trigger a full rewrite of the address book :ref:`with occ<occ-dav-sync-system-address-book>`.

View File

@ -6,4 +6,5 @@ Groupware
.. toctree::
:maxdepth: 2
calendar
calendar
contacts