[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Question on logging
- To: Heimdal Discussion <heimdal-discuss@sics.se>
- Subject: Question on logging
- From: T C <tccheung1@gmail.com>
- Date: Tue, 6 Sep 2005 14:39:32 -0700
- DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;       s=beta; d=gmail.com;       h=received:message-id:date:from:to:subject:mime-version:content-type;       b=QeSD0zdfAF0du5mNEFkqL3L0Hs+ZoZSgZlDkFyLOB9Vas1HL+dLHVoaWF5ckNB682GDuj9pbIY6ETVzToe1+0Eos16LKgJpC2uZyS0crPy28eAi4nwFxb0MxgxwXt+6lF2mWqi0ODDuMdFotsUoydMx0AKbxK7IPyeTR71Z1lP8=
- Sender: owner-heimdal-discuss@sics.se
Hi,
Is Heimdal logging intended to work only for KDC, or any program linked with
the library.  For example, I have the following in my /etc/krb5.conf file:
[logging]
 kdc = FILE:/var/log/krb5kdc.log
 admin_server = FILE:/var/log/kadmind.log
 default = FILE:/var/log/krb5lib.log
But I only see logs in krb5kdc.log when I ran the kdc program.  I never
see anything in krb5lib.log when I ran other Heimdal programs.
Is this normal?
Thanks,
Terry