user_external: Update some links

Signed-off-by: Marius Blüm <marius@lineone.io>
This commit is contained in:
Marius Blüm
2017-03-28 17:59:46 +02:00
parent 5fc7bc15da
commit bfdc011138
2 changed files with 13 additions and 14 deletions

View File

@@ -1,6 +1,6 @@
External user authentication
============================
Authenticate user login against FTP, IMAP or SMB.
**Authenticate user login against FTP, IMAP or SMB.**
Passwords are not stored locally; authentication always happens against
the remote server.
@@ -11,12 +11,12 @@ When modifying the `user_backends` configuration, you need to
update the database table's `backend` field, or your users will lose
their configured display name.
If something does not work, check the log file at `owncloud/data/owncloud.log`.
If something does not work, check the log file at `nextcloud/data/nextcloud.log`.
FTP
---
Authenticate ownCloud users against a FTP server.
Authenticate Nextcloud users against a FTP server.
### Configuration
@@ -55,8 +55,8 @@ needs to be activated.
IMAP
----
Authenticate ownCloud users against an IMAP server.
IMAP user and password need to be given for the ownCloud login
Authenticate Nextcloud users against an IMAP server.
IMAP user and password need to be given for the Nextcloud login
### Configuration
@@ -112,9 +112,9 @@ The `smbclient` executable needs to be installed and accessible within `$PATH`.
WebDAV
------
Authenticate users by a WebDAV call. You can use any WebDAV server, ownCloud server or other web server to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
Authenticate users by a WebDAV call. You can use any WebDAV server, Nextcloud server or other web server to authenticate. It should return http 200 for right credentials and http 401 for wrong ones.
Attention: This app is not compatible with the LDAP user and group backend. This app is not the WebDAV interface of ownCloud, if you don't understand what it does then do not enable it.
Attention: This app is not compatible with the LDAP user and group backend. This app is not the WebDAV interface of Nextcloud, if you don't understand what it does then do not enable it.
### Configuration
The only supported parameter is the URL of the web server.

View File

@@ -6,13 +6,13 @@
<licence>AGPL</licence>
<author>Robin Appelman</author>
<documentation>
<admin>https://doc.owncloud.org/server/9.0/admin_manual/configuration_user/user_auth_ftp_smb_imap.html</admin>
</documentation>
<website>https://github.com/owncloud/apps/tree/master/user_external</website>
<bugs>https://github.com/owncloud/apps/issues</bugs>
<repository type="git">https://github.com/owncloud/apps.git</repository>
<admin>https://docs.nextcloud.com/server/12/admin_manual/configuration_user/user_auth_ftp_smb_imap.html</admin>
</documentation>
<website>https://github.com/nextcloud/apps/tree/master/user_external</website>
<bugs>https://github.com/nextcloud/apps/issues</bugs>
<repository type="git">https://github.com/nextcloud/apps.git</repository>
<dependencies>
<nextcloud min-version="11" max-version="11" />
<nextcloud min-version="12" max-version="12" />
</dependencies>
<version>0.4</version>
<shipped>true</shipped>
@@ -20,5 +20,4 @@
<authentication/>
<prelogin/>
</types>
<ocsid>166060</ocsid>
</info>