search for: cb3023353

Displaying 2 results from an estimated 2 matches for "cb3023353".

2020 May 07
0
[PATCH v2 2/2] sysprep: add Kerberos keytab file removal
...@@ -44,6 +44,7 @@ operations = \ firewall_rules \ fs_uuids \ kerberos_data \ + kerberos_hostkeytab \ lvm_uuids \ logfiles \ machine_id \ diff --git a/sysprep/sysprep_operation_kerberos_hostkeytab.ml b/sysprep/sysprep_operation_kerberos_hostkeytab.ml new file mode 100644 index 000000000..cb3023353 --- /dev/null +++ b/sysprep/sysprep_operation_kerberos_hostkeytab.ml @@ -0,0 +1,38 @@ +(* virt-sysprep + * Copyright (C) 2020 Red Hat Inc. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Fr...
2020 May 07
3
[PATCH v2 0/2] add FreeIPA offline unenrollment (RHBZ#1789592)
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