Thank you Alan for the kind response
So far as I know, nothing related to that has changed from 3.0.x to 3.2.
Did you change which regular expression libraries the systems are using?
Well, im using the docker image FROM freeradius/freeradius-server:3.2.0 so not sure what libraries i may need to add. Comparing debug (-Xxx) output of rpm vs docker i get: docker:Wed Jul 13 18:39:46 2022 : Debug: regex-pcre : no docker:Wed Jul 13 18:39:46 2022 : Debug: regex-posix : yes docker:Wed Jul 13 18:39:46 2022 : Debug: regex-posix-extended : yes rpm:Wed Jul 13 18:44:31 2022 : Debug: regex-pcre : yes rpm:Wed Jul 13 18:44:31 2022 : Debug: regex-posix : no rpm:Wed Jul 13 18:44:31 2022 : Debug: regex-posix-extended : no Im guessing i am missing regex-pcre. Is that correct? How do i enable that? Thanks!!