]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Document which OS's are supported
authoraBainbridge11 <113794078+aBainbridge11@users.noreply.github.com>
Tue, 16 Jul 2024 19:08:56 +0000 (15:08 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 8 Aug 2024 21:36:51 +0000 (17:36 -0400)
doc/antora/modules/reference/pages/os.adoc [new file with mode: 0644]

diff --git a/doc/antora/modules/reference/pages/os.adoc b/doc/antora/modules/reference/pages/os.adoc
new file mode 100644 (file)
index 0000000..78575a3
--- /dev/null
@@ -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.