From: Derrick Brashear Date: Tue, 7 Aug 2001 00:09:26 +0000 (+0000) Subject: kaserver-log-krb-udp-authentications-also-20010806 X-Git-Tag: BP-openafs-stable-1_2_x~72 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=4d18662599ed741e3ba2fd5c03ebda5fd176d990;p=packages%2Fo%2Fopenafs.git kaserver-log-krb-udp-authentications-also-20010806 currently krb udp auth requests don't get logged while ka requests do fix it. --- diff --git a/src/kauth/krb_udp.c b/src/kauth/krb_udp.c index 81b77f02b..05a2e5871 100644 --- a/src/kauth/krb_udp.c +++ b/src/kauth/krb_udp.c @@ -358,6 +358,7 @@ afs_int32 UDP_Authenticate (ksoc, client, name, inst, startTime, endTime, sname, code = -1; goto fail; } + KALOG(name, inst, sname, sinst, NULL, client->sin_addr.s_addr, LOG_AUTHENTICATE); osi_audit ( UDPAuthenticateEvent, 0, AUD_STR, name, AUD_STR, inst, AUD_END); return 0;