26 Jun
2019
26 Jun
'19
8:49 a.m.
W dniu 25.06.2019 o 17:58, Alan DeKok pisze:
See the cache module:
https://github.com/FreeRADIUS/freeradius-server/blob/v3.0.x/raddb/mods-avail...
It's not trivial to set up, but it works. Basically:
* set a cache back-end (rbtree is usually good enough) * configure the "update" section in mods-available/cache to cache the MAC address * enable the module in mods-enabled
[...] Yeah, Its working as expected. Thanks you.