diff --git a/admin_manual/configuration_files/external_storage/smb.rst b/admin_manual/configuration_files/external_storage/smb.rst index f4c2247ca..f1b11c77d 100644 --- a/admin_manual/configuration_files/external_storage/smb.rst +++ b/admin_manual/configuration_files/external_storage/smb.rst @@ -6,7 +6,7 @@ ownCloud can connect to Windows file servers or other SMB-compatible servers with the SMB/CIFS backend. .. note:: The SMB/CIFS backend requires ``smbclient`` to be installed on the - ownCloud server. This should be included any any Linux distribution. + ownCloud server. This should be included in any Linux distribution. You need the following information: @@ -32,8 +32,8 @@ modified. This is concatenated with the username, so the backend gets .. note:: For improved reliability and performance, we recommended installing ``libsmbclient-php``, a native PHP module for connecting to SMB servers. It is available as ``php5-libsmbclient`` in the ownCloud - `OBS repositories `_ + `OBS repositories `_ .. figure:: images/smb.png :alt: Samba external storage configuration. diff --git a/admin_manual/configuration_files/external_storage_configuration.rst b/admin_manual/configuration_files/external_storage_configuration.rst index d5ae5217e..466ca727e 100644 --- a/admin_manual/configuration_files/external_storage_configuration.rst +++ b/admin_manual/configuration_files/external_storage_configuration.rst @@ -268,10 +268,9 @@ SMB The SMB backend mounts a folder on a remote Samba server, a NAS appliance or a Windows machine into the virtual file system. This requires ``php5-libsmbclient`` (`installation instructions -`_). It is part of the ‘External -storage support’ app, the class to be used is **\\OC\\Files\\Storage\\SMB**\ and -takes the following options: +`_ +- **Dependency:** `php5-libsmbclient `_ - **Example:** .. code-block:: php diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst index aec9106c3..9702668d2 100644 --- a/admin_manual/installation/source_installation.rst +++ b/admin_manual/installation/source_installation.rst @@ -80,9 +80,8 @@ Database connectors (pick the one for your database:) Required for specific apps: * PHP module ldap (for LDAP integration) -* `php5-libsmbclient - `_ (SMB/CIFS integration) +* `php5-libsmbclient `_ + (SMB/CIFS integration) * PHP module ftp (for FTP storage / external user authentication) * PHP module imap (for external user authentication) diff --git a/admin_manual/operations/scaling_multiple_machines.rst b/admin_manual/operations/scaling_multiple_machines.rst index 507162ae5..a5ae39159 100644 --- a/admin_manual/operations/scaling_multiple_machines.rst +++ b/admin_manual/operations/scaling_multiple_machines.rst @@ -35,8 +35,7 @@ following components were installed on each application server: * PHP-CURL Also required is `php5-libsmbclient -`_. +`_. It is also worth mentioning that the appropriate exceptions where made in the firewall to allow the ownCloud traffic (for the purpose of testing we