Files
freeipa/ipaserver/install
Florence Blanc-Renaud d9ed2573fd ipa-server-install: fix uninstall
ipa-server-install --uninstall fails to stop tracking the certificates
because it assigns a tuple to the variable nicknames, then tries to
call nicknames.append(). This is a regression introduced by 21f4cbf8.

Assignment should be done using nicknames = list(self.tracking_reqs) instead.

https://pagure.io/freeipa/issue/6950

Reviewed-By: Jan Cholasta <jcholast@redhat.com>
2017-05-16 11:44:08 +00:00
..
2017-04-12 16:21:46 +02:00
2017-04-12 16:21:46 +02:00
2017-03-13 10:12:40 +01:00
2017-04-12 09:54:10 +02:00
2017-03-13 16:27:23 +01:00
2017-04-12 09:54:10 +02:00