Uninstallation and clean up#
To remove Casa from your Gluu installation, do the following:
-
Update applications requesting
casaacr. In case you have OpenId Connect clients requesting this acr_value, do the required changes because uninstallation will remove this acr and its corresponding custom script from your server. For instance, in oxTrust navigate toConfiguration>Manage Authentication>Default Authentication methodand update accordingly if you have selectedcasathere. -
Login to chroot.
-
Run the cleanup utility. It will remove configurations added to your Gluu Server when Casa was installed, as well as data no longer needed. In the chroot run:
For deb based systems:
# cd /install/community-edition-setup/ # apt update && apt install python-pip # pip install ldap3 # ./casa_cleanup.pyFor rpm based systems:
# cd /install/community-edition-setup/ # yum install epel-release && yum install python-pip # pip install ldap3 # ./casa_cleanup.py -
Log out of chroot and remove the package:
For deb based systems:
apt remove gluu-casa-3.1.6For rpm based systems:
yum remove gluu-casa-3.1.6