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

user_external: Update some links #29

Merged
merged 2 commits into from
May 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can probably leave the min version at 11

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But stable11 has its own branch ... master is 12.0, isn't? 🙈

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, lets do it like this

</dependencies>
<version>0.4</version>
<shipped>true</shipped>
<types>
<authentication/>
<prelogin/>
</types>
<ocsid>166060</ocsid>
</info>