Hi, I've been trying to build freeradius from source with the rlm_raw module in the modules folder and adding it to stable. When I run ./configure I can see it gets processed in there, but no matter what I do make just ignores it completely. I've tried make -d to see if maybe there are some errors, but it doesn't report anything in relation to rlm_raw. I was under the impression make was compiling anything in the stable file. I'd like to use the raw module inside the dynamic clients server so I can use mac address or nas-identifier in order to recognise dynamic clients rather the the IP address as per the radiusdesk implementation here https://sourceforge.net/p/radiusdesk/wiki/install_ubuntu_freeradius/#option-... However I would also like to use rlm_rest, so I can't use v2.x.x of freeradius. If anyone is kind enough to answer the following questions or lend some assistance it would be greatly appreciated. 1) Is it possible to get rlm_raw working with 3.1.x? 2) If not is there anyway in v3.1.x that supports this tgype of functionality? Kind Regards Paul