From: aBainbridge11 <113794078+aBainbridge11@users.noreply.github.com> Date: Tue, 16 Jul 2024 19:08:56 +0000 (-0400) Subject: Document which OS's are supported X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3574619ef8d08d83f833dc60b89a79da74ed4a24;p=thirdparty%2Ffreeradius-server.git Document which OS's are supported --- diff --git a/doc/antora/modules/reference/pages/os.adoc b/doc/antora/modules/reference/pages/os.adoc new file mode 100644 index 00000000000..78575a3126e --- /dev/null +++ b/doc/antora/modules/reference/pages/os.adoc @@ -0,0 +1,37 @@ + +# Operating Systems +## Officially supported +The following platforms are officially supported by the FreeRADIUS project, if FreeRADIUS fails to build or compile correctly of these platforms we consider this a bug, and you should [report it](http://bugs.freeradius.org). + +If you are not constrained in your choice of operating systems, for maximum performance and reliability the FreeRADIUS core team recommend [FreeBSD](http://www.freebsd.org/). + +* [FreeBSD](http://www.freebsd.org/) +* [Linux](http://www.kernel.org/) + * [CentOS](http://www.centos.org/) + * [Red Hat](http://www.redhat.com/) + * [Debian](http://www.debian.org/) + * [Ubuntu](http://www.ubuntu.com/) +* [macOS](http://www.apple.com/) +* [Solaris](http://www.oracle.com/technetwork/server-storage/solaris11/overview/index.html) + +## Reported to work by the community +FreeRADIUS is reported to run on the following Operating Systems: +* [AIX](http://www.ibm.com/aix) +* [Cygwin](http://www.cygwin.com/) +* [FreeBSD](http://www.freebsd.org/) +* [HP-UX](http://www.hp.com/products1/unix/) +* [Linux](http://www.kernel.org/) + * [CentOS](http://www.centos.org/) + * [Debian](http://www.debian.org/) + * [Open Mandriva](https://www.openmandriva.org/) + * [Red Hat](http://www.redhat.com/) + * [SUSE](http://www.opensuse.org/) + * [Turbolinux](http://www.turbolinux.com/) + * [Ubuntu](http://www.ubuntu.com/) +* [macOS](http://www.apple.com/) +* [NetBSD](http://www.netbsd.org/) +* [OpenBSD](http://www.openbsd.org/) +* OSF/Unix +* [Solaris](http://www.oracle.com/technetwork/server-storage/solaris11/overview/index.html) + +Porting to other unix-like platforms should be easy. Due to the limited resources of the FreeRADIUS development team, we are not able to test each version on all platforms before release.