diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-27 07:46:19 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2020-11-27 15:13:01 +0100 |
commit | 334f3943abb2e2f523552a72f5f8034a511ddc21 (patch) | |
tree | 828b94802167a1eef95dcd165091c963cf88b812 /apps/user_ldap/appinfo/info.xml | |
parent | 6c513f8b43e9ed1c4d88447d65d9e6661c12cbca (diff) | |
download | nextcloud-server-334f3943abb2e2f523552a72f5f8034a511ddc21.tar.gz nextcloud-server-334f3943abb2e2f523552a72f5f8034a511ddc21.zip |
Migrate LDAP's install.php to a repair step
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r-- | apps/user_ldap/appinfo/info.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml index 61197e2fd12..b618d2a203d 100644 --- a/apps/user_ldap/appinfo/info.xml +++ b/apps/user_ldap/appinfo/info.xml @@ -34,6 +34,9 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc </background-jobs> <repair-steps> + <install> + <step>OCA\User_LDAP\Migration\SetDefaultProvider</step> + </install> <post-migration> <step>OCA\User_LDAP\Migration\UUIDFixInsert</step> <step>OCA\User_LDAP\Migration\RemoveRefreshTime</step> |