Blame view
sources/apps/user_ldap/appinfo/info.xml
580 Bytes
|
03e52840d
|
1 2 3 4 |
<?xml version="1.0"?> <info> <id>user_ldap</id> <name>LDAP user and group backend</name> |
|
6d9380f96
|
5 6 |
<description>Authenticate users and groups through LDAP, such as OpenLDAP or Active Directory. |
|
03e52840d
|
7 8 9 10 11 |
This app is not compatible with the WebDAV user backend. </description> <licence>AGPL</licence> <author>Dominik Schmidt and Arthur Schiwon</author> |
|
6d9380f96
|
12 |
<requiremin>4.93</requiremin> |
|
03e52840d
|
13 14 15 16 |
<shipped>true</shipped> <types> <authentication/> </types> |
|
a293d369c
|
17 18 19 |
<documentation> <admin>http://doc.owncloud.org/server/6.0/go.php?to=admin-ldap</admin> </documentation> |
|
6d9380f96
|
20 |
<ocsid>166061</ocsid> |
|
03e52840d
|
21 |
</info> |