abbra / freeipa

Mirror of FreeIPA, an integrated security information management solution
http://www.freeipa.org
GNU General Public License v3.0
2 stars 1 forks source link

GC: uninstall does not remove all the service aliases #58

Closed flo-renaud closed 3 years ago

flo-renaud commented 3 years ago

During the uninstallation of global catalog, the aliases added to ldap/$FQDN@$DOMAIN need to be removed. One of them is not properly templated and remains after the uninstallation: E3514235-4B06-11D1-AB04-00C04FC2DCD2/$DOMAINGUID_TEXT/$DOMAIN

This happens because of a wrong initialization of $DOMAINGUID_TEXT using ipantflatname instead of ipantdomainguid.

The installer should also handle gracefully when it tries to add an alias that is already present.

flo-renaud commented 3 years ago

This should fix #57

abbra commented 3 years ago

LTGM