Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1507c78

Browse filesBrowse files
nickvergessenCarla Schroder
authored and
Carla Schroder
committed
Add notes about required apps for commands
1 parent e48f38a commit 1507c78
Copy full SHA for 1507c78

File tree

1 file changed

+24
-0
lines changed
Filter options

1 file changed

+24
-0
lines changed

‎admin_manual/configuration_server/occ_command.rst

Copy file name to clipboardExpand all lines: admin_manual/configuration_server/occ_command.rst
+24
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,10 @@ See :doc:`../configuration_files/encryption_configuration` to learn more.
549549

550550
Federation Sync
551551
---------------
552+
553+
.. note::
554+
This command is only available when the "Federation" app (``federation``) is
555+
enabled.
552556

553557
Synchronize the addressbooks of all federated ownCloud servers::
554558

@@ -633,6 +637,10 @@ before removing a user::
633637
Files External
634638
--------------
635639

640+
.. note::
641+
These commands are only available when the "External storage support" app
642+
(``files_external``) is enabled.
643+
636644
Commands for managing external storage::
637645

638646
files_external
@@ -695,6 +703,10 @@ ownCloud 7 to ownCloud 8 and later.
695703
LDAP Commands
696704
-------------
697705

706+
.. note::
707+
These commands are only available when the "LDAP user and group backend" app
708+
(``user_ldap``) is enabled.
709+
698710
These LDAP commands appear only when you have enabled the LDAP app. Then
699711
you can run the following LDAP commands with ``occ``::
700712

@@ -879,6 +891,10 @@ Remove a certificate::
879891
Shibboleth Modes (Enterprise only)
880892
----------------------------------
881893

894+
.. note::
895+
This command is only available when the "Shibboleth user backend" app
896+
(``user_shibboleth``) is enabled.
897+
882898
``shibboleth:mode`` sets your Shibboleth mode to ``notactive``,
883899
``autoprovision``, or ``ssoonly``::
884900

@@ -889,6 +905,10 @@ Shibboleth Modes (Enterprise only)
889905
Trashbin
890906
--------
891907

908+
.. note::
909+
This command is only available when the "Deleted files" app
910+
(``files_trashbin``) is enabled.
911+
892912
The ``trashbin:cleanup`` command removes the deleted files of the specified
893913
users in a space-delimited list, or all users if none are specified.
894914

@@ -1013,6 +1033,10 @@ authentication servers such as LDAP::
10131033
Versions
10141034
--------
10151035

1036+
.. note::
1037+
This command is only available when the "Versions" app (``files_versions``) is
1038+
enabled.
1039+
10161040
Use this command to delete file versions for specific users, or for all users
10171041
when none are specified::
10181042

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.