[krbdev.mit.edu #7770] kadmind does not log IPv6 requests properly

Greg Hudson via RT rt-comment at krbdev.mit.edu
Sun Nov 17 13:12:04 EST 2013


kadmind uses inet_ntoa() on the RPC handle in multiple places to produce 
the client address string, which doesn't work for IPv6 requests.

We probably can't use xp_raddr when fixing this, since it is a 
sockaddr_in6.  Instead we'll need to call getpeername on the socket.



More information about the krb5-bugs mailing list