commit 06c8d55cd5cc36e6d581dab26fc095a799441ef7
parent b6b26b4e45edc59658581506cf1277185d94adcc
Author: mayfrost <mayfrost@cock.li>
Date: Wed, 21 Mar 2018 03:35:21 +0000
Update ALTERNATIVES.md
Diffstat:
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/ALTERNATIVES.md b/ALTERNATIVES.md
@@ -462,11 +462,6 @@ All apps are from F-Droid, may not be much but is a start.
* __Network Intrusion Prevention__: Fail2ban -> [Sshguard](https://www.sshguard.net/)
## Server
-* __Domain Specific Authentication Server__: Ident, SKS
-* __Directory Service__: OpenLDAP -> NIS
-* __RADIUS__: FreeRADIUS -> GNU Radius
-* __SSO__: GNU Shishi (Kerberos)
-* __Suites__: FreeIPA -> SSSD
* __BBS Server__: Citadel -> Synchronet -> Mystic BBS -> BBS100
* __Captcha__: cool-php-captcha
* __Chat__: [sshtalk](https://2ton.com.au/sshtalk/) -> [write, wall, mesg](http://www.unixpapa.com/write.html)
@@ -512,6 +507,13 @@ All apps are from F-Droid, may not be much but is a start.
* __Wireless Access Point__: hostapd
* __XMPP Server__: Tigase
+### Server Authentication
+* __Domain Specific Authentication Server__: Ident, [SKS](https://bitbucket.org/skskeyserver/sks-keyserver/wiki/Home)
+* __Directory Service__: [OpenLDAP](https://www.openldap.org/) -> [NIS](http://www.linux-nis.org/nis/)
+* __RADIUS__: [FreeRADIUS](https://github.com/FreeRADIUS) -> [GNU Radius](https://www.gnu.org/software/radius/)
+* __SSO__: [GNU Shishi](https://www.gnu.org/software/shishi/) (Kerberos)
+* __Suites__: [FreeIPA](https://github.com/freeipa/freeipa) -> [SSSD](https://github.com/SSSD/sssd)
+
## System Tools
* __BIOS__: Coreboot -> Libreboot
* __Boot Loader__: GRUB 2 -> GRUB Legacy -> SYSLINUX -> LILO (or ELILO for UEFI)