On 17/04/2020 09:46, L.P.H. van Belle via Freeradius-Users wrote:
The "ubuntu" version do have MSMSQl build in, while these Might have not : https://packages.networkradius.com/releases/ubuntu-bionic/pool/main/f/freera... I cant verify it since they dont share the source.
What do you mean, we don't share the source? The Jenkinsfiles and Dockerfiles used to build it are all in the FreeRADIUS source repository on github, right alongside the source to the software itself. Can't get much more open than that. To build the packages it essentially does "make deb", or "make rpm" in the source tree. See https://github.com/FreeRADIUS/freeradius-server/blob/master/scripts/jenkins/... It looks like the TDS libraries might not be included in the package dependencies, so it's likely nobody is building packages with support for it. Which probably goes to show how many people are using MS SQL server with FreeRADIUS. Easiest is to build on your own machine. Make sure freetds-dev etc packages are installed and then build from source. -- Matthew