Freeradius acct_unique module unavailable in OpenWrt

Alan DeKok aland at deployingradius.com
Tue Jun 20 15:21:33 CEST 2017


On Jun 20, 2017, at 9:16 AM, Boudraa Cheikh via Freeradius-Users <freeradius-users at lists.freeradius.org> wrote:
> Reading the freeradius mailing list it seems that the only solution is to use the "acct_unique" module which is not available for download using the opkg install tool from OpenWrt console. I beg any one who have this package (ipk already compiled for the mvebu platform) or he have the OpenWrt build system and he can cross compile this module to help me sort my issue by helping me to get this module for my platform.

  You can use this instead of acct_unique:

		update request {
			&Acct-Unique-Session-Id := "%{md5:%{User-Name},%{Acct-Multi-Session-ID},%{Acct-Session-ID},%{%{NAS-IPv6-Address}:-%{NAS-IP-Address}},%{NAS-Identifier},%{NAS-Port-ID},%{NAS-Port}}"
		 }

  That's what v3 does.

  Alan DeKok.




More information about the Freeradius-Users mailing list