From 9dde0b989e248328c54519be5a16cf5750a69ee0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Blu=CC=88m?= Date: Tue, 28 Mar 2017 17:59:46 +0200 Subject: user_external: Update some links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marius Blüm --- user_external/README.md | 14 +++++++------- user_external/appinfo/info.xml | 13 ++++++------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/user_external/README.md b/user_external/README.md index 3138f023a..7e26cd9aa 100644 --- a/user_external/README.md +++ b/user_external/README.md @@ -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. diff --git a/user_external/appinfo/info.xml b/user_external/appinfo/info.xml index 88d648324..7bcdfd72c 100644 --- a/user_external/appinfo/info.xml +++ b/user_external/appinfo/info.xml @@ -6,13 +6,13 @@ AGPL Robin Appelman - https://doc.owncloud.org/server/9.0/admin_manual/configuration_user/user_auth_ftp_smb_imap.html - - https://github.com/owncloud/apps/tree/master/user_external - https://github.com/owncloud/apps/issues - https://github.com/owncloud/apps.git + https://docs.nextcloud.com/server/12/admin_manual/configuration_user/user_auth_ftp_smb_imap.html + + https://github.com/nextcloud/apps/tree/master/user_external + https://github.com/nextcloud/apps/issues + https://github.com/nextcloud/apps.git - + 0.4 true @@ -20,5 +20,4 @@ - 166060 -- cgit v1.2.3