make NAPTR discovery tag configurable#103
make NAPTR discovery tag configurable#103restena-sw wants to merge 1 commit intoradsecproxy:masterfrom
Conversation
still defaults to "x-eduroam:radius.tls" if second optional parameter is omitted other tags, especially "aaa+auth:radius.tls.tcp" are useful for other roaming consortia (RFC7585-based, OpenRoaming)
|
I doubt this will work with radsecproxy. The configured script is executed as a file using Also note competing PR #105 |
|
Well, I tested it in FreeRADIUS and had the hope to make the script common across both. Maybe worth switching from execlp() to another exec() call that supports multiple arguments? |
|
I like the idea of making the NAPTR discovery tag configurable from the radsecproxy.conf file. If this modification is to be merged, it would help OpenRoaming implementers even without my #105. |
|
Note that the next release is planned to get native dynamic discovery (with configurable NAPTR or SRV record), without external scripts. |
|
That sounds good for performance. |
|
yes, the existing script mechanism will be kept as-is. |
still defaults to "x-eduroam:radius.tls" if second optional parameter is omitted
other tags, especially "aaa+auth:radius.tls.tcp" are useful for other roaming consortia (RFC7585-based, OpenRoaming)