diff options
author | Joas Schilling <coding@schilljs.com> | 2020-06-30 21:29:47 +0200 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-07-06 16:42:14 +0200 |
commit | 556e23e6811c2ace6d518d89552bd089f4c2733c (patch) | |
tree | 7fede3caf1d5957717091e3616aa5922c6cd2d44 /apps/user_ldap/appinfo/info.xml | |
parent | 9001438879007b0b92b573d761a9cb15f34b959f (diff) | |
download | nextcloud-server-556e23e6811c2ace6d518d89552bd089f4c2733c.tar.gz nextcloud-server-556e23e6811c2ace6d518d89552bd089f4c2733c.zip |
Move user_ldap to migrations
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index f59d4c3a3ac..7a44f7f654c 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -9,7 +9,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted access based on an authentication request handled by the LDAP or AD server. Nextcloud does not store LDAP or AD passwords, rather these credentials are used to authenticate a user and then Nextcloud uses a session for the user ID. More information is available in the LDAP User and Group Backend documentation. </description> - <version>1.10.0</version> + <version>1.10.1</version> <licence>agpl</licence> <author>Dominik Schmidt</author> <author>Arthur Schiwon</author> |