]> source.dussan.org Git - nextcloud-server.git/commitdiff
Updated info.xml with description
authorMTRichards <matt@owncloud.com>
Thu, 9 Oct 2014 00:44:09 +0000 (20:44 -0400)
committerMTRichards <matt@owncloud.com>
Thu, 9 Oct 2014 00:44:09 +0000 (20:44 -0400)
Updated the description of the app for the app panel.

apps/user_ldap/appinfo/info.xml

index 34a711a906f5987c648eeaf6d2aed60ed92f319a..2b069d14e3d86998bd8ebc0c062c5608ac22e056 100644 (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>