Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) Subject: kadmind does not log IPv6 requests properly X-RT-Original-Encoding: iso-8859-1 Content-Length: 273 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.