From 48980fbc460f76ddeb1cfeb6d801213f7c63f7f2 Mon Sep 17 00:00:00 2001 From: MTRichards Date: Wed, 8 Oct 2014 20:44:09 -0400 Subject: [PATCH] Updated info.xml with description Updated the description of the app for the app panel. --- apps/user_ldap/appinfo/info.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 34a711a906..2b069d14e3 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -2,10 +2,10 @@ user_ldap LDAP user and group backend - Authenticate users and groups through LDAP, such as OpenLDAP - or Active Directory. + 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. AGPL Dominik Schmidt and Arthur Schiwon