mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
fix-paths.diff: Add CHRONY_CONF.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -35,6 +35,7 @@ freeipa (4.7.0~pre1+git20180411-1) UNRELEASED; urgency=medium
|
||||
SSLCertificateFile directive until upstream is fixed.
|
||||
* server.postinst: Enable default-ssl site.
|
||||
* control: Depend on chrony instead of ntp.
|
||||
* fix-paths.diff: Add CHRONY_CONF.
|
||||
|
||||
-- Timo Aaltonen <tjaalton@debian.org> Fri, 06 Apr 2018 16:18:42 +0300
|
||||
|
||||
|
||||
12
debian/patches/fix-paths.diff
vendored
12
debian/patches/fix-paths.diff
vendored
@@ -1,6 +1,14 @@
|
||||
--- a/ipaplatform/debian/paths.py
|
||||
+++ b/ipaplatform/debian/paths.py
|
||||
@@ -58,6 +59,7 @@ class DebianPathNamespace(BasePathNamesp
|
||||
@@ -37,6 +37,7 @@ class DebianPathNamespace(BasePathNamesp
|
||||
NAMED_ROOT_KEY = "/etc/bind/bind.keys"
|
||||
NAMED_BINDKEYS_FILE = "/etc/bind/bind.keys"
|
||||
NAMED_MANAGED_KEYS_DIR = "/var/cache/bind/dynamic"
|
||||
+ CHRONY_CONF = "/etc/chrony/chrony.conf"
|
||||
OPENLDAP_LDAP_CONF = "/etc/ldap/ldap.conf"
|
||||
ETC_DEBIAN_VERSION = "/etc/debian_version"
|
||||
IPA_P11_KIT = "/usr/local/share/ca-certificates/ipa-ca.crt"
|
||||
@@ -60,6 +61,7 @@ class DebianPathNamespace(BasePathNamesp
|
||||
DNSSEC_TRUSTED_KEY = "/etc/bind/trusted-key.key"
|
||||
GSSAPI_SESSION_KEY = "/etc/apache2/ipasession.key"
|
||||
OLD_KRA_AGENT_PEM = "/etc/apache2/nssdb/kra-agent.pem"
|
||||
@@ -8,7 +16,7 @@
|
||||
SBIN_SERVICE = "/usr/sbin/service"
|
||||
CERTMONGER_COMMAND_TEMPLATE = "/usr/lib/ipa/certmonger/%s"
|
||||
UPDATE_CA_TRUST = "/usr/sbin/update-ca-certificates"
|
||||
@@ -76,6 +78,7 @@ class DebianPathNamespace(BasePathNamesp
|
||||
@@ -78,6 +80,7 @@ class DebianPathNamespace(BasePathNamesp
|
||||
IPA_DNSKEYSYNCD = "/usr/lib/ipa/ipa-dnskeysyncd"
|
||||
IPA_HTTPD_KDCPROXY = "/usr/lib/ipa/ipa-httpd-kdcproxy"
|
||||
IPA_ODS_EXPORTER = "/usr/lib/ipa/ipa-ods-exporter"
|
||||
|
||||
Reference in New Issue
Block a user