From ffd1bbd0d77655234ae021f4c6ceb5777e409176 Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Tue, 19 Apr 2016 12:37:33 -0700 Subject: [PATCH] prefer php smbclient --- admin_manual/configuration_files/external_storage/smb.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin_manual/configuration_files/external_storage/smb.rst b/admin_manual/configuration_files/external_storage/smb.rst index 92cdc379e..d50179e20 100644 --- a/admin_manual/configuration_files/external_storage/smb.rst +++ b/admin_manual/configuration_files/external_storage/smb.rst @@ -10,7 +10,8 @@ with the SMB/CIFS backend. ownCloud server. This should be included in any Linux distribution. ======= .. note:: The SMB/CIFS backend requires ``smbclient`` or - the PHP smbclient module to be installed on the ownCloud server. These + the PHP smbclient module to be installed on the ownCloud server. The PHP + smbclient module is preferred, but either will work. These should be included in any Linux distribution. (See `PECL smbclient `_ if your distro does not include them.)