mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
replica_prepare: Remove the correct NSS DB files
Mistake in recent fixes made the ipa-replica-prepare include some extra files in the info file should the legacy format of NSS databases be used. https://pagure.io/freeipa/issue/7049 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
@@ -569,7 +569,7 @@ class ReplicaPrepare(admintool.AdminTool):
|
||||
installutils.remove_file(pkcs12_fname)
|
||||
installutils.remove_file(passwd_fname)
|
||||
|
||||
for fname in (certdb.NSS_SQL_FILES + certdb.NSS_SQL_FILES):
|
||||
for fname in (certdb.NSS_DBM_FILES + certdb.NSS_SQL_FILES):
|
||||
self.remove_info_file(fname)
|
||||
self.remove_info_file("noise.txt")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user