summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Basti <mbasti@redhat.com>2017-03-09 17:25:49 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2017-03-09 18:22:34 +0100
commit8fb61a55fe32438752567bde8af73d6b8230a386 (patch)
tree6f04176c3be892a5630260eb8e1f83ef5d10601e
parentecb450308d0a49afffb31dda1e405ad40552e70e (diff)
downloadfreeipa-8fb61a55fe32438752567bde8af73d6b8230a386.tar.gz
freeipa-8fb61a55fe32438752567bde8af73d6b8230a386.tar.xz
freeipa-8fb61a55fe32438752567bde8af73d6b8230a386.zip
backup: backup anonymous keytab
Freeipa stops working without anon keytab https://pagure.io/freeipa/issue/5959 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
-rw-r--r--ipaserver/install/ipa_backup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index d722e48e1..8fc2a1c65 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -120,6 +120,7 @@ class Backup(admintool.AdminTool):
)
files = (
+ paths.ANON_KEYTAB,
paths.NAMED_CONF,
paths.NAMED_KEYTAB,
paths.RESOLV_CONF,