summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
diff options
context:
space:
mode:
authorArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-30 15:16:42 +0200
committerArthur Schiwon <blizzz@arthur-schiwon.de>2021-06-30 15:25:00 +0200
commitf62c066459b0fc344ad96b02a167a47512fa4950 (patch)
treec6457d1974157d036bf0e51b1ed51cff000f7db3 /apps/user_ldap/appinfo
parent12e4484dbab092fb605d87ee29fe99ace1a75e7d (diff)
downloadnextcloud-server-f62c066459b0fc344ad96b02a167a47512fa4950.tar.gz
nextcloud-server-f62c066459b0fc344ad96b02a167a47512fa4950.zip
unset ldap provider when disabling user_ldap
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Diffstat (limited to 'apps/user_ldap/appinfo')
-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 94cc9a2aee4..99d35ae5d8f 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>