Updated info.xml with description

Updated the description of the app for the app panel.
This commit is contained in:
MTRichards 2014-10-08 20:44:09 -04:00
parent 23e120511a
commit 48980fbc46
1 changed files with 3 additions and 3 deletions

View File

@ -2,10 +2,10 @@
<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.
<description>This application enables administrators to connect ownCloud to an LDAP-based user directory for authentication and provisioning users, groups and user attributes. Admins can configure this application to connect to one or more LDAP directories or Active Directories via an LDAP interface. Attributes such as user quota, email, avatar pictures, group memberships and more can be pulled into ownCloud from a directory with the appropriate queries and filters.
A user logs into ownCloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. ownCloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then ownCloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation.
This app is not compatible with the WebDAV user backend.
</description>
<licence>AGPL</licence>
<author>Dominik Schmidt and Arthur Schiwon</author>