Merge pull request #1316 from RealRancor/add_smbclient

smbclient still needed for user_external app
This commit is contained in:
Carla Schroder
2015-07-14 14:11:59 -07:00
2 changed files with 4 additions and 3 deletions

View File

@@ -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

View File

@@ -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)