diff options
author | Côme Chilliet <come.chilliet@nextcloud.com> | 2021-12-09 17:42:44 +0100 |
---|---|---|
committer | Côme Chilliet <come.chilliet@nextcloud.com> | 2021-12-09 17:42:44 +0100 |
commit | 78a59c12fcaf89b0bfe395880bba5ce901736c5b (patch) | |
tree | 22a5294e19924798889dcc4833a197bcf6ed0f44 /apps/user_ldap | |
parent | 57fda4414fb2b373eaa3c53ebf27742534ace66a (diff) | |
download | nextcloud-server-78a59c12fcaf89b0bfe395880bba5ce901736c5b.tar.gz nextcloud-server-78a59c12fcaf89b0bfe395880bba5ce901736c5b.zip |
Bump user_ldap version to make sure the migration runs
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-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 0cf98fc65f6..57b5fe478b6 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.14.0</version> + <version>1.14.1</version> <licence>agpl</licence> <author>Dominik Schmidt</author> <author>Arthur Schiwon</author> |