summaryrefslogtreecommitdiffstats
path: root/ipaplatform
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2014-10-01 13:13:12 +0200
committerPetr Viktorin <pviktori@redhat.com>2014-10-02 13:53:55 +0200
commitcc085d1d4cc03d4f8ad3b2742d8038d818893cc4 (patch)
treef818116e8aaf414abf1134ae892579ffcf985abd /ipaplatform
parent21276e8a3fa1028fd9e227151cd20bfd80713810 (diff)
downloadfreeipa-cc085d1d4cc03d4f8ad3b2742d8038d818893cc4.tar.gz
freeipa-cc085d1d4cc03d4f8ad3b2742d8038d818893cc4.tar.xz
freeipa-cc085d1d4cc03d4f8ad3b2742d8038d818893cc4.zip
backup/restore: Add files from /etc/ipa/nssdb
Add files from /etc/ipa/nssdb (IPA_NSSDB_DIR), which now used instead of /etc/pki/nssdb (NSS_DB_DIR). The old location is still supported. https://fedorahosted.org/freeipa/ticket/4597 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
Diffstat (limited to 'ipaplatform')
-rw-r--r--ipaplatform/base/paths.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/ipaplatform/base/paths.py b/ipaplatform/base/paths.py
index 1d936016a..7d294a91e 100644
--- a/ipaplatform/base/paths.py
+++ b/ipaplatform/base/paths.py
@@ -64,6 +64,7 @@ class BasePathNamespace(object):
IPA_CA_CRT = "/etc/ipa/ca.crt"
IPA_DEFAULT_CONF = "/etc/ipa/default.conf"
IPA_NSSDB_DIR = "/etc/ipa/nssdb"
+ IPA_NSSDB_PWDFILE_TXT = "/etc/ipa/nssdb/pwdfile.txt"
KRB5_CONF = "/etc/krb5.conf"
KRB5_KEYTAB = "/etc/krb5.keytab"
LDAP_CONF = "/etc/ldap.conf"
@@ -83,9 +84,6 @@ class BasePathNamespace(object):
SYSTEMWIDE_CA_STORE = "/etc/pki/ca-trust/source/anchors/"
IPA_P11_KIT = "/etc/pki/ca-trust/source/ipa.p11-kit"
NSS_DB_DIR = "/etc/pki/nssdb"
- NSSDB_CERT8_DB = "/etc/pki/nssdb/cert8.db"
- NSSDB_KEY3_DB = "/etc/pki/nssdb/key3.db"
- NSSDB_SECMOD_DB = "/etc/pki/nssdb/secmod.db"
PKI_TOMCAT = "/etc/pki/pki-tomcat"
PKI_TOMCAT_ALIAS_DIR = "/etc/pki/pki-tomcat/alias/"
PKI_TOMCAT_PASSWORD_CONF = "/etc/pki/pki-tomcat/password.conf"