Blame view

sources/apps/user_ldap/appinfo/info.xml 535 Bytes
03e52840d   Kload   Init
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?xml version="1.0"?>
  <info>
  	<id>user_ldap</id>
  	<name>LDAP user and group backend</name>
  	<description>Authenticate users and groups by LDAP respectively Active
  		Directory.
  
  		This app is not compatible with the WebDAV user backend.
  	</description>
  	<licence>AGPL</licence>
  	<author>Dominik Schmidt and Arthur Schiwon</author>
  	<require>4.93</require>
  	<shipped>true</shipped>
  	<types>
  		<authentication/>
  	</types>
a293d369c   Kload   Update sources to...
17
18
19
  	<documentation>
  		<admin>http://doc.owncloud.org/server/6.0/go.php?to=admin-ldap</admin>
  	</documentation>
03e52840d   Kload   Init
20
  </info>