mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 02:09:45 +07:00
software.opensuse.org -> download.owncloud.org for php5-libsmbclient
This commit is contained in:
@@ -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 <https://software.opensuse.org/download/package?
|
||||
project=isv:ownCloud:community&package=php5-libsmbclient>`_
|
||||
`OBS repositories <https://download.owncloud.org/download/repositories/
|
||||
stable/owncloud/>`_
|
||||
|
||||
.. figure:: images/smb.png
|
||||
:alt: Samba external storage configuration.
|
||||
|
||||
@@ -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
|
||||
<https://software.opensuse.org/download.html?project=isv%3AownCloud%3Acommunity%
|
||||
3A8.1&package=php5-libsmbclient>`_). It is part of the ‘External
|
||||
storage support’ app, the class to be used is **\\OC\\Files\\Storage\\SMB**\ and
|
||||
takes the following options:
|
||||
<https://download.owncloud.org/download/repositories/stable/owncloud/`_).
|
||||
It is part of the ‘External storage support’ app, the class to be used
|
||||
is **\\OC\\Files\\Storage\\SMB**\ and takes the following options:
|
||||
|
||||
- **host**: the host name of the samba server
|
||||
- **user**: the username or domain/username to login to the samba server
|
||||
|
||||
@@ -54,7 +54,7 @@ Provides authentication against Samba servers
|
||||
|
||||
- **Class:** OC_User_SMB
|
||||
- **Arguments:** the samba server to authenticate against
|
||||
- **Dependency:** `php5-libsmbclient <https://software.opensuse.org/download.html?project=isv%3AownCloud%3Acommunity%3A8.1&package=php5-libsmbclient>`_
|
||||
- **Dependency:** `php5-libsmbclient <https://download.owncloud.org/download/repositories/stable/owncloud/>`_
|
||||
- **Example:**
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
@@ -80,9 +80,8 @@ Database connectors (pick the one for your database:)
|
||||
Required for specific apps:
|
||||
|
||||
* PHP module ldap (for LDAP integration)
|
||||
* `php5-libsmbclient
|
||||
<https://software.opensuse.org/download.html?project=isv%3AownCloud%3
|
||||
Acommunity%3A8.1&package=php5-libsmbclient>`_ (SMB/CIFS integration)
|
||||
* `php5-libsmbclient <https://download.owncloud.org/download/repositories/stable/owncloud/>`_
|
||||
(SMB/CIFS integration)
|
||||
* PHP module ftp (for FTP storage / external user authentication)
|
||||
* PHP module imap (for external user authentication)
|
||||
|
||||
|
||||
@@ -35,8 +35,7 @@ following components were installed on each application server:
|
||||
* PHP-CURL
|
||||
|
||||
Also required is `php5-libsmbclient
|
||||
<https://software.opensuse.org/download.html?project=isv%3AownCloud%3Acommunity%
|
||||
3A8.1&package=php5-libsmbclient>`_.
|
||||
<https://download.owncloud.org/download/repositories/stable/owncloud/>`_.
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user