mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-22 23:23:30 -06:00
Increase default debug level of certmonger
By default certmonger does not log operations. With debug level 2, certmonger logs errors and operations to journald. An increased debug level makes it easier to investigate problems. Fixes: https://pagure.io/freeipa/issue/7986 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com> Reviewed-By: Rob Crittenden <rcritten@redhat.com>
This commit is contained in:
parent
6d02eddd3e
commit
ac86707de3
@ -92,6 +92,7 @@ ipa_join_LDADD = \
|
|||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
share \
|
share \
|
||||||
man \
|
man \
|
||||||
|
sysconfig \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
8
client/sysconfig/Makefile.am
Normal file
8
client/sysconfig/Makefile.am
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# This file will be processed with automake-1.7 to create Makefile.in
|
||||||
|
#
|
||||||
|
AUTOMAKE_OPTIONS = 1.7
|
||||||
|
|
||||||
|
dist_sysconfenv_DATA = \
|
||||||
|
certmonger
|
||||||
|
|
||||||
|
CLEANFILES = $(nodist_sysconfenv_DATA)
|
1
client/sysconfig/certmonger
Normal file
1
client/sysconfig/certmonger
Normal file
@ -0,0 +1 @@
|
|||||||
|
OPTS=-d2
|
@ -509,6 +509,7 @@ AC_CONFIG_FILES([
|
|||||||
client/Makefile
|
client/Makefile
|
||||||
client/share/Makefile
|
client/share/Makefile
|
||||||
client/man/Makefile
|
client/man/Makefile
|
||||||
|
client/sysconfig/Makefile
|
||||||
contrib/completion/Makefile
|
contrib/completion/Makefile
|
||||||
contrib/Makefile
|
contrib/Makefile
|
||||||
daemons/dnssec/Makefile
|
daemons/dnssec/Makefile
|
||||||
|
@ -1198,6 +1198,7 @@ fi
|
|||||||
%{_sbindir}/ipa-join
|
%{_sbindir}/ipa-join
|
||||||
%{_bindir}/ipa
|
%{_bindir}/ipa
|
||||||
%config %{_sysconfdir}/bash_completion.d
|
%config %{_sysconfdir}/bash_completion.d
|
||||||
|
%config %{_sysconfdir}/sysconfig/certmonger
|
||||||
%{_mandir}/man1/ipa.1*
|
%{_mandir}/man1/ipa.1*
|
||||||
%{_mandir}/man1/ipa-getkeytab.1*
|
%{_mandir}/man1/ipa-getkeytab.1*
|
||||||
%{_mandir}/man1/ipa-rmkeytab.1*
|
%{_mandir}/man1/ipa-rmkeytab.1*
|
||||||
|
Loading…
Reference in New Issue
Block a user