@@ -549,6 +549,10 @@ See :doc:`../configuration_files/encryption_configuration` to learn more.
549
549
550
550
Federation Sync
551
551
---------------
552
+
553
+ .. note ::
554
+ This command is only available when the "Federation" app (``federation ``) is
555
+ enabled.
552
556
553
557
Synchronize the addressbooks of all federated ownCloud servers::
554
558
@@ -633,6 +637,10 @@ before removing a user::
633
637
Files External
634
638
--------------
635
639
640
+ .. note ::
641
+ These commands are only available when the "External storage support" app
642
+ (``files_external ``) is enabled.
643
+
636
644
Commands for managing external storage::
637
645
638
646
files_external
@@ -695,6 +703,10 @@ ownCloud 7 to ownCloud 8 and later.
695
703
LDAP Commands
696
704
-------------
697
705
706
+ .. note ::
707
+ These commands are only available when the "LDAP user and group backend" app
708
+ (``user_ldap ``) is enabled.
709
+
698
710
These LDAP commands appear only when you have enabled the LDAP app. Then
699
711
you can run the following LDAP commands with ``occ ``::
700
712
@@ -879,6 +891,10 @@ Remove a certificate::
879
891
Shibboleth Modes (Enterprise only)
880
892
----------------------------------
881
893
894
+ .. note ::
895
+ This command is only available when the "Shibboleth user backend" app
896
+ (``user_shibboleth ``) is enabled.
897
+
882
898
``shibboleth:mode `` sets your Shibboleth mode to ``notactive ``,
883
899
``autoprovision ``, or ``ssoonly ``::
884
900
@@ -889,6 +905,10 @@ Shibboleth Modes (Enterprise only)
889
905
Trashbin
890
906
--------
891
907
908
+ .. note ::
909
+ This command is only available when the "Deleted files" app
910
+ (``files_trashbin ``) is enabled.
911
+
892
912
The ``trashbin:cleanup `` command removes the deleted files of the specified
893
913
users in a space-delimited list, or all users if none are specified.
894
914
@@ -1013,6 +1033,10 @@ authentication servers such as LDAP::
1013
1033
Versions
1014
1034
--------
1015
1035
1036
+ .. note ::
1037
+ This command is only available when the "Versions" app (``files_versions ``) is
1038
+ enabled.
1039
+
1016
1040
Use this command to delete file versions for specific users, or for all users
1017
1041
when none are specified::
1018
1042
0 commit comments