corrections to smbclient requirements

This commit is contained in:
Carla Schroder 2016-04-19 11:00:30 -07:00
parent 7170c987a1
commit 189c81adb8
3 changed files with 5 additions and 5 deletions

View File

@ -5,11 +5,11 @@ SMB/CIFS
ownCloud can connect to Windows file servers or other SMB-compatible servers
with the SMB/CIFS backend.
.. note:: The SMB/CIFS backend requires ``smbclient`` and
.. note:: The SMB/CIFS backend requires ``smbclient`` or
the PHP smbclient module to be installed on the ownCloud server. These
should be included in any Linux distribution. See `PECL smbclient
should be included in any Linux distribution. (See `PECL smbclient
<https://pecl.php.net/package/smbclient>`_ if your distro does not include
it.
them.)
You need the following information:

View File

@ -54,7 +54,7 @@ Provides authentication against Samba servers
- **Class:** OC_User_SMB
- **Arguments:** the samba server to authenticate against
- **Dependency:** PHP smbclient module (see
- **Dependency:** PHP smbclient module or smbclient (see
:doc:`../configuration_files/external_storage/smb`)
- **Example:**

View File

@ -34,7 +34,7 @@ following components were installed on each application server:
* PHP-MYSQL
* PHP-CURL
Also required is the PHP smbclient module (see
Also required is the PHP smbclient module or smbclient (see
:doc:`../configuration_files/external_storage/smb`).
It is also worth mentioning that the appropriate exceptions where made in the