]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
allow for reverse coa proxying in request_will_proxy()
authorAlan T. DeKok <aland@freeradius.org>
Thu, 1 Apr 2021 15:24:45 +0000 (11:24 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 2 Apr 2021 19:14:01 +0000 (15:14 -0400)
commit0ea865f14ba36e7b191c5cb15a4bf3e6ef21c46f
tree14e48a4bfbc1de02110971e8f9caa5b6cbc44413
parentdbc924c0ee03d826dd1ab4a4dbca04c0a88ac978
allow for reverse coa proxying in request_will_proxy()

Add new Proxy-To-Originating-Realm attribute, and change
TCP-Session-Key to Originating-Realm-Key, which is perhaps
a little clearer.

also note that when we automatically create a home server
for incoming TLS connections, we set home->server, not
home->coa_server
share/dictionary.freeradius.internal
src/include/radiusd.h
src/main/listen.c
src/main/process.c
src/main/tls_listen.c