Include "identity" in the listen{} section, so that you can do
authoraland <aland>
Fri, 13 May 2005 23:03:34 +0000 (23:03 +0000)
committeraland <aland>
Fri, 13 May 2005 23:03:34 +0000 (23:03 +0000)
commit409bb858aca74bfd06dc7c01a2e7cdf7642d90d1
tree3751258081aaef3c0eecac7f08e75c75d9d06e0a
parent3a59f99a852fca8100b52f8dad0cc91146ae3c91
Include "identity" in the listen{} section, so that you can do
things like:

DEFAULT Server-Identity == "foo", Proxy-To-Realm := foo.com

i.e. handle the requests differently, based on which socket
they came in on.  It's like Packet-Dst-IP-Address, but independent
of IPv4/IPv6 concerns, and you can have multiple sockets with
the same identity.
share/dictionary.freeradius.internal
src/include/radius.h
src/include/radiusd.h
src/main/listen.c
src/main/xlat.c