[Libguestfs] [PATCH v2 0/2] add FreeIPA offline unenrollment (RHBZ#1789592)

Pino Toscano ptoscano at redhat.com
Thu May 7 12:28:40 UTC 2020


This patch series adds a new virt-sysprep operation to offline unenroll
a guest from FreeIPA. It does so by removing some configuration files
and certificates.

Changes from v1:
- the other patches were pushed, as unrelated and approved
- created a new kerberos-hostkeytab operation

Pino Toscano (2):
  sysprep: add IPA offline unenrollment (RHBZ#1789592)
  sysprep: add Kerberos keytab file removal

 sysprep/Makefile.am                           |  2 +
 .../sysprep_operation_kerberos_hostkeytab.ml  | 38 +++++++++++
 sysprep/sysprep_operation_unenroll_ipa.ml     | 66 +++++++++++++++++++
 3 files changed, 106 insertions(+)
 create mode 100644 sysprep/sysprep_operation_kerberos_hostkeytab.ml
 create mode 100644 sysprep/sysprep_operation_unenroll_ipa.ml

-- 
2.25.4




More information about the Libguestfs mailing list