Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@owncloud.com>2016-03-18 12:48:58 +0300
committerCarla Schroder <carla@owncloud.com>2016-03-22 19:21:15 +0300
commit1507c78624fce1ca43cf550fb2a91fe00e9f4025 (patch)
tree628556e0246daf0c6f01ab268d135f7cbd7f5496
parente48f38a7f28e6aa03e79c1606ad7b1ce0ac70ccc (diff)
Add notes about required apps for commandsv9.0.1beta
-rw-r--r--admin_manual/configuration_server/occ_command.rst24
1 files changed, 24 insertions, 0 deletions
diff --git a/admin_manual/configuration_server/occ_command.rst b/admin_manual/configuration_server/occ_command.rst
index 8d5bd052a..5136c0d4e 100644
--- a/admin_manual/configuration_server/occ_command.rst
+++ b/admin_manual/configuration_server/occ_command.rst
@@ -549,6 +549,10 @@ See :doc:`../configuration_files/encryption_configuration` to learn more.
Federation Sync
---------------
+
+.. note::
+ This command is only available when the "Federation" app (``federation``) is
+ enabled.
Synchronize the addressbooks of all federated ownCloud servers::
@@ -633,6 +637,10 @@ before removing a user::
Files External
--------------
+.. note::
+ These commands are only available when the "External storage support" app
+ (``files_external``) is enabled.
+
Commands for managing external storage::
files_external
@@ -695,6 +703,10 @@ ownCloud 7 to ownCloud 8 and later.
LDAP Commands
-------------
+.. note::
+ These commands are only available when the "LDAP user and group backend" app
+ (``user_ldap``) is enabled.
+
These LDAP commands appear only when you have enabled the LDAP app. Then
you can run the following LDAP commands with ``occ``::
@@ -879,6 +891,10 @@ Remove a certificate::
Shibboleth Modes (Enterprise only)
----------------------------------
+.. note::
+ This command is only available when the "Shibboleth user backend" app
+ (``user_shibboleth``) is enabled.
+
``shibboleth:mode`` sets your Shibboleth mode to ``notactive``,
``autoprovision``, or ``ssoonly``::
@@ -889,6 +905,10 @@ Shibboleth Modes (Enterprise only)
Trashbin
--------
+.. note::
+ This command is only available when the "Deleted files" app
+ (``files_trashbin``) is enabled.
+
The ``trashbin:cleanup`` command removes the deleted files of the specified
users in a space-delimited list, or all users if none are specified.
@@ -1013,6 +1033,10 @@ authentication servers such as LDAP::
Versions
--------
+.. note::
+ This command is only available when the "Versions" app (``files_versions``) is
+ enabled.
+
Use this command to delete file versions for specific users, or for all users
when none are specified::