#8787 Add pkey_only to the service_find calls in the host plugin
Closed: fixed 3 years ago by frenaud. Opened 3 years ago by rcritten.

Issue

When deleting or disabling a host all of that hosts services are also deleted or disabled.

A service_find() call is used to find the services for a given host. We only need the RDN of those services, not the entries.

Adding pki_only to the find will return just the DN values and skip the post_callback() in service_find which will skip the keytab presence query for each service and avoid all post processing on certificates, kerberos attributes, etc.


master:

  • a3b606c Add pkey_only to the service_find calls in host del and disable

ipa-4-9:

  • 7e0626a Add pkey_only to the service_find calls in host del and disable

Metadata Update from @frenaud:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

3 years ago

Login to comment on this ticket.

Metadata