diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2020-09-04 10:51:41 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2020-09-04 12:59:57 +0200 |
commit | aa2d754d5cf101ce05ed65e9510246dcde61d07b (patch) | |
tree | 3389f0b788911f29c3f08c5ae239900ceca42013 /apps/user_ldap/appinfo | |
parent | 699871dcb04d1ac64b8b3538083b77f1c937b817 (diff) | |
download | nextcloud-server-aa2d754d5cf101ce05ed65e9510246dcde61d07b.tar.gz nextcloud-server-aa2d754d5cf101ce05ed65e9510246dcde61d07b.zip |
add repair step to clean up DB off lastFeatureRefresh entries in user prefs
- also removes related app setting "updateAttributesInterval"
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/appinfo')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 7a44f7f654c..145fb871a8c 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.1</version> + <version>1.10.2</version> <licence>agpl</licence> <author>Dominik Schmidt</author> <author>Arthur Schiwon</author> @@ -36,6 +36,7 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc <repair-steps> <post-migration> <step>OCA\User_LDAP\Migration\UUIDFixInsert</step> + <step>OCA\User_LDAP\Migration\RemoveRefreshTime</step> </post-migration> </repair-steps> |