Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-05-01 19:06:39 +0300
committerGitHub <noreply@github.com>2017-05-01 19:06:39 +0300
commit9968b1c53d1fad2b42a136786b9fa36b8391ccd0 (patch)
tree5debfe51b39bff523ce0a0e31e44acab3a56fabd
parentffb826759d4e3ef34808bd83492d8e5bfbb311e2 (diff)
parent417234c5b774c5a70daad4d5c939895c6906e804 (diff)
user_external: Update some links
-rw-r--r--user_external/README.md14
-rw-r--r--user_external/appinfo/info.xml13
2 files changed, 13 insertions, 14 deletions
diff --git a/user_external/README.md b/user_external/README.md
index c6ab2661d..e9e99e1c5 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
@@ -116,9 +116,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 @@
<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>