Updates to "unlang"

Alan DeKok aland at deployingradius.com
Fri Dec 11 15:21:06 CET 2015


On Dec 11, 2015, at 9:17 AM, Arran Cudbard-Bell <a.cudbardb at freeradius.org> wrote:
> policy ipaddr resolve_fqdn (string hostname)
> {
> 	return <ipaddr>"%{a:&hostname}"
> }

  Can I gouge out my eyes now?

  I'm wary of adding things like that to the server.  It might be useful, but it has a high potential for abuse and/or confusion.

> update request {
> 	&Tmp-ipaddr-0 := resolve_fqdn("google.com")

 As opposed to:

	&Tmp-ipaddr-0 := "google.com"

  Which works today?

  :(

  Alan DeKok.




More information about the Freeradius-Devel mailing list