mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 18:26:42 +07:00
Merge pull request #1316 from RealRancor/add_smbclient
smbclient still needed for user_external app
This commit is contained in:
@@ -28,7 +28,7 @@ Provides authentication against IMAP servers
|
||||
|
||||
- **Class:** OC_User_IMAP
|
||||
- **Arguments:** a mailbox string as defined `in the PHP documentation <http://www.php.net/manual/en/function.imap-open.php>`_
|
||||
- **Dependency:** php-imap (See :doc:`../installation/source_installation`)
|
||||
- **Dependency:** php-imap (See :doc:`../installation/source_installation`)
|
||||
- **Example:**
|
||||
|
||||
.. code-block:: php
|
||||
@@ -50,6 +50,7 @@ Provides authentication against Samba servers
|
||||
|
||||
- **Class:** OC_User_SMB
|
||||
- **Arguments:** the samba server to authenticate against
|
||||
- **Dependency:** smbclient (See :doc:`../installation/source_installation`)
|
||||
- **Example:**
|
||||
|
||||
.. code-block:: php
|
||||
@@ -72,7 +73,7 @@ Provides authentication against FTP servers
|
||||
|
||||
- **Class:** OC_User_FTP
|
||||
- **Arguments:** the FTP server to authenticate against
|
||||
- **Dependency:** php-ftp (See :doc:`../installation/source_installation`)
|
||||
- **Dependency:** php-ftp (See :doc:`../installation/source_installation`)
|
||||
- **Example:**
|
||||
|
||||
.. code-block:: php
|
||||
|
||||
@@ -62,7 +62,7 @@ Database connectors (pick at least one):
|
||||
Required for specific apps:
|
||||
|
||||
* PHP module ldap (for LDAP integration)
|
||||
* smbclient (for SMB storage)
|
||||
* smbclient (external user authentication)
|
||||
* PHP module ftp (for FTP storage / external user authentication)
|
||||
* PHP module imap (for external user authentication)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user