[Pkg-owncloud-commits] [owncloud-doc] 13/27: Backport #1381 to stable7

David Prévot taffit at moszumanska.debian.org
Tue Aug 11 15:57:40 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 5a29c1b8ab89cf1e3775a14a81e5ce5fa1b888fb
Author: RealRancor <Fisch.666 at gmx.de>
Date:   Fri Jul 31 19:16:13 2015 +0200

    Backport #1381 to stable7
---
 .../external_storage_configuration.rst             |  8 +++----
 .../external_storage_configuration_gui.rst         |  8 +++----
 .../installation/selinux_configuration.rst         | 27 +++++++++++++++++++++-
 3 files changed, 34 insertions(+), 9 deletions(-)

diff --git a/admin_manual/configuration/external_storage_configuration.rst b/admin_manual/configuration/external_storage_configuration.rst
index 03286f0..c8afd09 100644
--- a/admin_manual/configuration/external_storage_configuration.rst
+++ b/admin_manual/configuration/external_storage_configuration.rst
@@ -33,6 +33,9 @@ available for use:
    can use the examples below. See the section :doc:`external_storage_configuration_gui`
    how to do this.
 
+.. note:: A non-blocking or correctly configured SELinux setup is needed
+   for these backends to work. Please refer to the :ref:`selinux-config-label`.
+
 Please keep in mind that some formatting has been applied and carriage returns
 have been added for better readability. In the :file:`data/mount.json` all
 values need to be concatenated and written in a row without these modifications!
@@ -179,9 +182,6 @@ Example
 
 .. note:: PHP needs to be build with FTP support for this backend to work.
 
-.. note:: A non-blocking or correctly configured SELinux setup is needed
-   for this backend to work.
-
 .. note:: The external storage ``FTP/FTPS/SFTP`` needs the ``allow_url_fopen`` PHP
    setting to be set to ``1``. When having connection problems make sure that it is
    not set to ``0`` in your ``php.ini``.
@@ -483,4 +483,4 @@ always accessible to the ownCloud instance.
 .. _Amazon S3: http://aws.amazon.com/de/s3/
 .. _Dropbox: https://www.dropbox.com/
 .. _Google Drive: https://drive.google.com/start
-.. _OpenStack Swift: http://openstack.org/projects/storage/
\ No newline at end of file
+.. _OpenStack Swift: http://openstack.org/projects/storage/
diff --git a/admin_manual/configuration/external_storage_configuration_gui.rst b/admin_manual/configuration/external_storage_configuration_gui.rst
index 43ed335..94a6df8 100644
--- a/admin_manual/configuration/external_storage_configuration_gui.rst
+++ b/admin_manual/configuration/external_storage_configuration_gui.rst
@@ -33,6 +33,9 @@ To understand how ownCloud manages passwords for external mounts, and the
 security implications, see the **External Storage Password Management** section 
 of :doc:`external_storage_configuration`.
 
+.. note:: A non-blocking or correctly configured SELinux setup is needed
+   for these backends to work. Please refer to the :ref:`selinux-config-label`.
+
 Enabling External Storage Support
 ---------------------------------
 
@@ -201,9 +204,6 @@ Connecting to an FTP server requires:
   
 .. figure:: ../images/external-storage-ftp.png
 
-.. note:: A non-blocking or correctly configured SELinux setup is needed
-   for this backend to work.
-
 .. note:: The external storage ``FTP/FTPS/SFTP`` needs the ``allow_url_fopen`` PHP
    setting to be set to ``1``. When having connection problems make sure that it is
    not set to ``0`` in your ``php.ini``.
@@ -373,4 +373,4 @@ Although configuration may be done by making modifications to the
 ``mount.json`` file, it is recommended to use the Web-GUI in the administrator 
 panel (as described in the above section) to add, remove, or modify mount 
 options to prevent any problems. See :doc:`external_storage_configuration` for 
-configuration examples.
\ No newline at end of file
+configuration examples.
diff --git a/admin_manual/installation/selinux_configuration.rst b/admin_manual/installation/selinux_configuration.rst
index 54ccb16..6ae6058 100644
--- a/admin_manual/installation/selinux_configuration.rst
+++ b/admin_manual/installation/selinux_configuration.rst
@@ -1,3 +1,5 @@
+.. _selinux-config-label:
+
 =====================
 SELinux Configuration
 =====================
@@ -39,4 +41,27 @@ Allow access to a remote database
 
 An additional setting is needed if your installation is connecting to a remote database::
 
- setsebool -P httpd_can_network_connect_db on
\ No newline at end of file
+ setsebool -P httpd_can_network_connect_db on
+ 
+Allow access to LDAP server
+---------------------------
+
+Use this setting to allow LDAP connections::
+
+ setsebool -P httpd_can_connect_ldap on
+  
+Allow access to remote network
+------------------------------
+
+ownCloud requires access to remote networks for functionalities such as Server-to-Server sharing, external storages or
+the app store. To allow this access use the following setting::
+
+ setsebool -P httpd_can_network_connect on
+
+Allow access to SMTP/sendmail
+-----------------------------
+
+If you want to allow ownCloud to send out e-mail notifications via sendmail you need
+to use the following setting::
+
+ setsebool -P httpd_can_sendmail on

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list