mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 23:50:03 -06:00
161008d5ca
ipactl is building a list of currently running services from the content of /var/run/ipa/services.list, and a list of expected services from the services configured in LDAP. Because CA and KRA both correspond to the same pki-tomcatd service, the lists may contain duplicates. The code handling these duplicates is called at the wrong place, and may result in a wrong list of services to stop / restart / start. The fix removes the duplicates before returning the lists, hence making sure that there is no error when building the list of services to stop / restart / start. Fixes: https://pagure.io/freeipa/issue/7927 Reviewed-By: Christian Heimes <cheimes@redhat.com> |
||
---|---|---|
.. | ||
man | ||
ipa-adtrust-install.in | ||
ipa-advise.in | ||
ipa-backup.in | ||
ipa-ca-install.in | ||
ipa-cacert-manage.in | ||
ipa-compat-manage.in | ||
ipa-crlgen-manage.in | ||
ipa-csreplica-manage.in | ||
ipa-custodia-check.in | ||
ipa-custodia.in | ||
ipa-dns-install.in | ||
ipa-httpd-kdcproxy.in | ||
ipa-httpd-pwdreader | ||
ipa-kra-install.in | ||
ipa-ldap-updater.in | ||
ipa-managed-entries.in | ||
ipa-nis-manage.in | ||
ipa-otptoken-import.in | ||
ipa-pki-retrieve-key.in | ||
ipa-pki-wait-running.in | ||
ipa-pkinit-manage.in | ||
ipa-replica-conncheck.in | ||
ipa-replica-install.in | ||
ipa-replica-manage.in | ||
ipa-restore.in | ||
ipa-server-certinstall.in | ||
ipa-server-install.in | ||
ipa-server-upgrade.in | ||
ipa-winsync-migrate.in | ||
ipactl.in | ||
Makefile.am |