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 _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
