URL: https://github.com/freeipa/freeipa/pull/563
Author: MartinBasti
 Title: #563: backup: backup anonymous keytab
Action: opened

PR body:
"""
Freeipa stops working without anon keytab

https://pagure.io/freeipa/issue/5959
"""

To pull the PR as Git branch:
git remote add ghfreeipa https://github.com/freeipa/freeipa
git fetch ghfreeipa pull/563/head:pr563
git checkout pr563
From f8cf1647598ee839c0f281d8f8675534ae0baa64 Mon Sep 17 00:00:00 2001
From: Martin Basti <mba...@redhat.com>
Date: Thu, 9 Mar 2017 17:25:49 +0100
Subject: [PATCH] backup: backup anonymous keytab

Freeipa stops working without anon keytab

https://pagure.io/freeipa/issue/5959
---
 ipaserver/install/ipa_backup.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index d722e48..8fc2a1c 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,
-- 
Manage your subscription for the Freeipa-devel mailing list:
https://www.redhat.com/mailman/listinfo/freeipa-devel
Contribute to FreeIPA: http://www.freeipa.org/page/Contribute/Code

Reply via email to