Bug 434858

Summary: Kerberos double logging
Product: Red Hat Enterprise Linux 5 Reporter: Nalin Dahyabhai <nalin>
Component: krb5Assignee: Nalin Dahyabhai <nalin>
Status: CLOSED ERRATA QA Contact: Brian Brock <bbrock>
Severity: low Docs Contact:
Priority: medium    
Version: 5.1CC: jplans, mkoci, zing
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.6.1-28.el5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-01-20 22:10:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 231147    
Bug Blocks:    
Attachments:
Description Flags
patch to avoid setting the default config path to "/etc/krb5.conf:/etc/krb5.conf" none

Description Nalin Dahyabhai 2008-02-25 21:04:39 UTC
+++ This bug was initially created as a clone of Bug #231147 +++

Description of problem:

The KDC (krb5kdc), kadmin daemon (kadmind), and libraries create duplicate log
entries when using /etc/krb5.conf as a configuration source. Each logged event
is recorded twice.

Steps to Reproduce:
1. Install krb5-server
2. make sure /etc/krb5.conf contains a logging stanza that looks something like:

[logging]
 default = FILE:/var/log/krb5libs.log
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log

3. Start the KDC: 'service krb5kdc start'

Actual results:
/var/log/krb5kdc.log will show double entries, i.e. each line is duplicated. e.g

Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): setting up network...
Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): setting up network...
Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): skipping unrecognized
local address family 17
Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): skipping unrecognized
local address family 17
Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): listening on fd 7: udp
192.168.1.50.750
Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): listening on fd 7: udp
192.168.1.50.750

... and so on.

Expected results:

A single line for each entry, like so:

Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): setting up network...
Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): skipping unrecognized
local address family 17
Feb 24 17:44:47 host.name.hidden krb5kdc[26796](info): listening on fd 7: udp
192.168.1.50.750


Additional info:

After some investigation in the MIT krb5-bugs mailing list, it appears that is
is due to passing certain configure options to the package (probably
--sysconfdir=/etc is to blame). A temporary solution is to add the line

export KRB5_CONFIG=/etc/krb5.conf

to /etc/sysconfig/krb5kdc and /etc/sysconfig/kadmin

The discussion that helped me figure this out:
http://mailman.mit.edu/pipermail/krb5-bugs/2005-December/thread.html#4134

-Basil.

-- Additional comment from nalin on 2008-02-25 15:56 EST --
Fixing in 1.6.3-8.

Comment 1 Nalin Dahyabhai 2008-02-25 21:04:39 UTC
Created attachment 295841 [details]
patch to avoid setting the default config path to "/etc/krb5.conf:/etc/krb5.conf"

Comment 2 RHEL Program Management 2008-06-02 20:17:05 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red
Hat Enterprise Linux maintenance release.  Product Management has requested
further review of this request by Red Hat Engineering, for potential
inclusion in a Red Hat Enterprise Linux Update release for currently deployed
products.  This request is not yet committed for inclusion in an Update
release.

Comment 6 errata-xmlrpc 2009-01-20 22:10:28 UTC
An advisory has been issued which should help the problem
described in this bug report. This report is therefore being
closed with a resolution of ERRATA. For more information
on therefore solution and/or where to find the updated files,
please follow the link below. You may reopen this bug report
if the solution does not work for you.

http://rhn.redhat.com/errata/RHBA-2009-0234.html