mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-08 04:05:02 -05:00
ipa_backup: Backup the password to HTTPD priv key
https://pagure.io/freeipa/issue/7421 Reviewed-By: Christian Heimes <cheimes@redhat.com>
This commit is contained in:
committed by
Christian Heimes
parent
47cf159f11
commit
e707d974a3
@@ -365,6 +365,10 @@ class Backup(admintool.AdminTool):
|
||||
if os.path.exists(file):
|
||||
self.files.append(file)
|
||||
|
||||
self.files.append(
|
||||
paths.HTTPD_PASSWD_FILE_FMT.format(host=api.env.host)
|
||||
)
|
||||
|
||||
self.logs.append(paths.VAR_LOG_DIRSRV_INSTANCE_TEMPLATE % serverid)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user