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