summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo/info.xml
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-30 15:16:42 +0200
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2021-12-01 08:27:56 +0000
commit9a4f7172d05610ac6e820635e116ecb99a60e18b (patch)
tree426574e2d34e6c494f88a61625ae3ac394376fdf /apps/user_ldap/appinfo/info.xml
parent26c66d210d6b6c90da212f503ace5c318a1e143d (diff)
downloadnextcloud-server-9a4f7172d05610ac6e820635e116ecb99a60e18b.tar.gz
nextcloud-server-9a4f7172d05610ac6e820635e116ecb99a60e18b.zip
unset ldap provider when disabling user_ldap
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/appinfo/info.xml')
-rw-r--r--apps/user_ldap/appinfo/info.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/user_ldap/appinfo/info.xml b/apps/user_ldap/appinfo/info.xml
index b5ea52f909f..c5d3ee10b7a 100644
--- a/apps/user_ldap/appinfo/info.xml
+++ b/apps/user_ldap/appinfo/info.xml
@@ -37,6 +37,9 @@ A user logs into Nextcloud with their LDAP or AD credentials, and is granted acc
<install>
<step>OCA\User_LDAP\Migration\SetDefaultProvider</step>
</install>
+ <uninstall>
+ <step>OCA\User_LDAP\Migration\UnsetDefaultProvider</step>
+ </uninstall>
<post-migration>
<step>OCA\User_LDAP\Migration\UUIDFixInsert</step>
<step>OCA\User_LDAP\Migration\RemoveRefreshTime</step>