nextcloud/apps/user_ldap/appinfo/info.xml

36 lines
1.5 KiB
XML
Raw Normal View History

2011-06-24 00:51:25 +04:00
<?xml version="1.0"?>
<info>
<id>user_ldap</id>
2012-05-18 18:09:12 +04:00
<name>LDAP user and group backend</name>
<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.
2013-03-04 14:29:35 +04:00
</description>
2011-06-24 00:51:25 +04:00
<licence>AGPL</licence>
<author>Dominik Schmidt and Arthur Schiwon</author>
<version>1.2.0</version>
<types>
<authentication/>
</types>
<documentation>
<admin>admin-ldap</admin>
</documentation>
<dependencies>
<lib>ldap</lib>
<nextcloud min-version="12" max-version="12" />
</dependencies>
2016-05-12 10:12:14 +03:00
<namespace>User_LDAP</namespace>
<background-jobs>
2016-05-13 09:44:09 +03:00
<job>OCA\User_LDAP\Jobs\UpdateGroups</job>
2016-05-12 17:46:41 +03:00
<job>OCA\User_LDAP\Jobs\CleanUp</job>
</background-jobs>
<settings>
<admin>OCA\User_LDAP\Settings\Admin</admin>
<admin-section>OCA\User_LDAP\Settings\Section</admin-section>
</settings>
2011-06-24 00:51:25 +04:00
</info>