From 4d14a2d893ec073794cc82cb4dfd0959d1e1ba16 Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Sat, 1 Jun 2019 18:51:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=8C=20IMPROVE:=20update=20description?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Sulzer --- README.md | 2 +- appinfo/info.xml | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d04ba37..6fbc2e6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ External user authentication ============================ -**Authenticate user login against FTP, IMAP or SMB.** +**Authenticate user login against IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP** Passwords are not stored locally; authentication always happens against the remote server. diff --git a/appinfo/info.xml b/appinfo/info.xml index 496a41e..ffb8dac 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -3,8 +3,19 @@ xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd"> user_external External user support - Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP - Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth and XMPP + Use external user authentication methods like IMAP, SMB, FTP, WebDAV, HTTP BasicAuth, SSH and XMPP + 0.6.3 agpl Robin Appelman