Skip to content
This repository has been archived by the owner on Oct 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #29 from nextcloud/external-fix-links
Browse files Browse the repository at this point in the history
user_external: Update some links
  • Loading branch information
MorrisJobke authored May 1, 2017
2 parents ffb8267 + 417234c commit 9968b1c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
14 changes: 7 additions & 7 deletions user_external/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
13 changes: 6 additions & 7 deletions user_external/appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@
<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>
<types>
<authentication/>
<prelogin/>
</types>
<ocsid>166060</ocsid>
</info>

0 comments on commit 9968b1c

Please sign in to comment.