summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/info.xml
blob: b70f0c543559c0722e8e0c9bc108cbdcf0b7c2f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0"?>
<info>
	<id>user_ldap</id>
	<name>LDAP user and group backend</name>
	<description>Authenticate users and groups through LDAP, such as OpenLDAP
	    or Active Directory.

		This app is not compatible with the WebDAV user backend.
	</description>
	<licence>AGPL</licence>
	<author>Dominik Schmidt and Arthur Schiwon</author>
	<requiremin>4.93</requiremin>
	<shipped>true</shipped>
	<types>
		<authentication/>
	</types>
	<documentation>
		<admin>http://doc.owncloud.org/server/6.0/go.php?to=admin-ldap</admin>
	</documentation>
</info>