Skip Menu |
 

Subject: Remove workaround when binding to udp addresses and pktinfo isn't supported by the system
Currently if the system doesn't support pktinfo and kadmind or krb5kdc
are binding to a upd address the system krb5 binds to all the local
addresses. Currently most systems support pktinfo, so the workaround
isn't really required anymore. Removing the workaround will only affect
systems that don't have pktinfo support and have multiple NICs and are
listening on a wildcard address. Users with this setup may specify each
of the local addresses directly that kadmind or krb5kdc should listen on
in kdc.conf.
From: ghudson@mit.edu
Subject: git commit

Remove workaround when pktinfo is unsupported

Currently if the system doesn't support pktinfo and kadmind or
krb5kdc are binding to a UDP address, then the net server binds to
all the local addresses. Currently most systems support pktinfo,
so the workaround isn't really required anymore. Removing the
workaround will only affect systems that don't have pktinfo
support, have multiple NICs, and are listening on a wildcard
address.

https://github.com/krb5/krb5/commit/af5b77c887bfff24603715f8296c00d5eb839b0c
Author: Sarah Day <sarahday@mit.edu>
Committer: Greg Hudson <ghudson@mit.edu>
Commit: af5b77c887bfff24603715f8296c00d5eb839b0c
Branch: master
src/include/net-server.h | 2 -
src/kadmin/server/ovsec_kadmd.c | 3 -
src/kdc/main.c | 12 --
src/lib/apputils/net-server.c | 237 ++++-----------------------------------
4 files changed, 23 insertions(+), 231 deletions(-)