duplicate logging in file

Tom Yu tlyu at MIT.EDU
Wed Jun 29 18:27:18 EDT 2011


Dave Steiner <steiner.dave at gmail.com> writes:

> I have the following in my krb5.conf:
>
> [logging]
> #        kdc = SYSLOG:INFO:LOCAL2
> #        admin_server = SYSLOG:INFO:LOCAL2
>          admin_server = FILE:/export/home/kerberos/var/
> admin_server.log
>          kdc = FILE:/export/home/kerberos/var/krb5kdc.log
>          kdc_rotate = {
>            period = 1d
>            versions = 20
>          }
>
> and I'm getting two of every message in the krb5kdc.log.  Am I missing
> something here?  It was doing this on v1.6.3 and on v1.9.1.

It's likely that the setting is getting read twice somehow.  Where did
you put your krb5.conf?  And what options did you use when building?
Might there be another krb5.conf or kdc.conf somewhere with that
logging setting?



More information about the Kerberos mailing list