mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
install: do not assume /etc/krb5.conf.d exists
Add `includedir /etc/krb5.conf.d` to /etc/krb5.conf only if /etc/krb5.conf.d exists. Do not rely on /etc/krb5.conf.d to enable the certauth plugin. This fixes install on platforms which do not have /etc/krb5.conf.d. https://pagure.io/freeipa/issue/6589 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com> Reviewed-By: Lukas Slebodnik <lslebodn@redhat.com>
This commit is contained in:
committed by
Martin Babinsky
parent
d308abac2e
commit
d5fc0ddd87
@@ -44,12 +44,6 @@ dist_noinst_DATA = ipa_kdb.exports
|
||||
|
||||
if BUILD_IPA_CERTAUTH_PLUGIN
|
||||
ipadb_la_SOURCES += ipa_kdb_certauth.c
|
||||
|
||||
|
||||
krb5confdir = $(sysconfdir)/krb5.conf.d
|
||||
krb5conf_DATA = ipa-certauth
|
||||
else
|
||||
dist_noinst_DATA += ipa-certauth
|
||||
endif
|
||||
|
||||
ipadb_la_LDFLAGS = \
|
||||
|
||||
Reference in New Issue
Block a user