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

info.xml « appinfo « user_external - github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 88d648324845e3a47cf20176f367d95e9a1a5fc4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?xml version="1.0"?>
<info>
	<id>user_external</id>
	<name>External user support</name>
	<description>Use external user authentication methods like IMAP, SMB and FTP</description>
	<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>
	<dependencies>
		<nextcloud min-version="11" max-version="11" />
	</dependencies>
	<version>0.4</version>
	<shipped>true</shipped>
	<types>
		<authentication/>
		<prelogin/>
	</types>
	<ocsid>166060</ocsid>
</info>