summaryrefslogtreecommitdiffstats
path: root/plugins/ldap/plugin.xml
blob: 2127d13e08df554d46f6a455097b3c4e1c82dff2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version="1.0"?> 
<plugin version='1.0'>
	<info>
		<id>ldap</id>
		<name>LDAP support for ownCloud</name>
		<version>0.1</version>
		<licence>AGPL</licence>
		<author>fabian</author>
		<require>1.1</require>
	</info>
	<runtime>
		<include>lib_ldap.php</include>
	</runtime>
</plugin>