aboutsummaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
diff options
context:
space:
mode:
authorCôme Chilliet <come.chilliet@nextcloud.com>2023-07-20 12:55:24 +0200
committerCôme Chilliet <come.chilliet@nextcloud.com>2023-08-10 10:57:25 +0200
commitd8142b6a5a01df43a6aa4586ae7cdcf372f30877 (patch)
tree4ccbf1f139dd63e7ba2c59ed2c6a11c04b08d251 /apps/user_ldap/appinfo
parentca4c993ca35664e154990c1322b69ae0a7900f17 (diff)
downloadnextcloud-server-d8142b6a5a01df43a6aa4586ae7cdcf372f30877.tar.gz
nextcloud-server-d8142b6a5a01df43a6aa4586ae7cdcf372f30877.zip
Refactor user_ldap group membership to use flat DB
Move away from serialized arrays. Also use a QBMapper class for the new table. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Diffstat (limited to 'apps/user_ldap/appinfo')
-rw-r--r--apps/user_ldap/appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index 20f439148e1..425fefe38e8 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.18.0</version>
+ <version>1.19.0</version>
<licence>agpl</licence>
<author>Dominik Schmidt</author>
<author>Arthur Schiwon</author>