summaryrefslogtreecommitdiffstats
path: root/ipaserver/install/ipa_backup.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-07-29 12:41:25 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-09-23 12:29:37 +0200
commit06566cb62b00c10b9ef2fd210bb9b36c16649de5 (patch)
treeb32e3e1cc989eeaadf153c8c06a5c00cf4192e83 /ipaserver/install/ipa_backup.py
parent5fef2ecb399129b7d4e96eb47ec1d03f586a2b52 (diff)
downloadfreeipa-06566cb62b00c10b9ef2fd210bb9b36c16649de5.tar.gz
freeipa-06566cb62b00c10b9ef2fd210bb9b36c16649de5.tar.xz
freeipa-06566cb62b00c10b9ef2fd210bb9b36c16649de5.zip
backup,restore: Don't overwrite /etc/{passwd,group}
The /etc/passwd and /etc/group files are not saved and restored. The DS user is always created on restore, and the PKI user is created if a CA is being restored. https://fedorahosted.org/freeipa/ticket/3866 Reviewed-By: Tomas Babej <tbabej@redhat.com>
Diffstat (limited to 'ipaserver/install/ipa_backup.py')
-rw-r--r--ipaserver/install/ipa_backup.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/ipaserver/install/ipa_backup.py b/ipaserver/install/ipa_backup.py
index 0830eb0c5..749368519 100644
--- a/ipaserver/install/ipa_backup.py
+++ b/ipaserver/install/ipa_backup.py
@@ -149,8 +149,6 @@ class Backup(admintool.AdminTool):
paths.SSHD_CONFIG,
paths.SSH_CONFIG,
paths.KRB5_CONF,
- paths.GROUP,
- paths.PASSWD,
CACERT,
paths.IPA_DEFAULT_CONF,
paths.DS_KEYTAB,