From 0a9aa089d5daddf06729e6ed98f42eedcef9d5da Mon Sep 17 00:00:00 2001 From: nrew225 Date: Sat, 27 Aug 2016 15:34:29 -0700 Subject: [PATCH 1/6] Fix Federated Identity/Authentication Fixed licenses and languages. Remove OpenID/OpenID Connect as it appears to be a standard and not software. Updated Source codes. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9dc362df..427caff6 100644 --- a/README.md +++ b/README.md @@ -422,18 +422,17 @@ See https://github.com/n1trux/awesome-sysadmin#dns * [ERPNext](https://erpnext.com) - Free open source ERP system. ([Demo](https://demo.erpnext.com), [Source Code](https://github.com/frappe/erpnext)) `GPLv3` `Python` * [Odoo](http://odoo.com) - Free open source ERP system. ([Demo](https://demo.odoo.com/), [Source Code](https://github.com/odoo/odoo)) `LGPLv3` `Python` -* [Tryton](http://www.tryton.org/) - Free open source business solution. ([Demo](http://demo.tryton.org/), [Source Code](https://hg.tryton.org/)) `GPLv3` `Python/Javascript` +* [Tryton](http://www.tryton.org/) - Free open source business solution. ([Demo](http://demo.tryton.org/), [Source Code](https://hg.tryton.org/)) `GPLv3` `Python` ## Federated Identity/Authentication * [FreeRADIUS](http://freeradius.org/) - High performance and highly configurable multi-protocol policy/authentication server, supporting RADIUS, DHCPv4 and VMPS. ([Source Code](https://github.com/FreeRADIUS/freeradius-server)) `GPLv2` `C` - * [daloRADIUS](http://www.daloradius.com) - Open-source web management platform for FreeRADIUS-based deployments. ([Source Code](https://github.com/lirantal/daloradius)) `GPLv2` - * [FreeIPA](https://www.freeipa.org/) - an integrated Identity and Authentication solution for Linux/UNIX networked environments. A FreeIPA server provides centralized authentication, authorization and account information by storing data about user, groups, hosts. `Multiple` `C` - * [IndieAuth](https://indieauth.com) - Sign in with your domain name (using the [rel-me-auth](http://microformats.org/wiki/relmeauth) protocol). `Apache` `Ruby` + * [daloRADIUS](http://www.daloradius.com) - Open-source web management platform for FreeRADIUS-based deployments. ([Source Code](https://github.com/lirantal/daloradius)) `GPLv2` `PHP` + * [FreeIPA](https://www.freeipa.org/) - an integrated Identity and Authentication solution for Linux/UNIX networked environments. A FreeIPA server provides centralized authentication, authorization and account information by storing data about user, groups, hosts. ([Source Code](https://git.fedorahosted.org/cgit/freeipa.git)) `Multiple` `C` + * [IndieAuth](https://indieauth.com) - Sign in with your domain name (using the [rel-me-auth](http://microformats.org/wiki/relmeauth) protocol). ([Source Code](https://github.com/aaronpk/IndieAuth.com)) `Apache` `Ruby` * [Libravatar](https://www.libravatar.org/) - Libravatar is a service which delivers your avatar (profile picture) to other websites. ([Demo](https://www.libravatar.org/account/new/), [Source Code](https://github.com/libravatar/libravatar)) `AGPLv3` `Python` - * [OpenCA OCSPD](https://pki.openca.org/projects/ocspd/) - An [OCSP](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) Responder. - * [OpenID/OpenID Connect](http://openid.net/developers/libraries/) - A Simple Identity layer on top of OAuth 2.0. + * [OpenCA OCSPD](https://pki.openca.org/projects/ocspd/) - An [OCSP](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) Responder. ([Source Code](https://github.com/openca/openca-ocspd)) `Apachev1` `C` * [OSIAM](https://www.osiam.org) - Open Source Identity and Access Management implementing OAuth 2.0 and SCIMv2. ([Source Code](https://github.com/osiam/osiam)) `MIT` `Java` @@ -981,6 +980,7 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt * `AAL` - [Attribution Assurance License](https://opensource.org/licenses/AAL) * `AGPLv3` - [GNU Affero General Public License 3.0](https://www.gnu.org/licenses/agpl-3.0) * `Apache` - [Apache, Version 2.0](http://www.apache.org/licenses/) + * `Apachev1` - [Apache, Version 1.0](http://www.apache.org/licenses/LICENSE-1.0) * `ARTv2` - [Artistic License Version 2.0](http://opensource.org/licenses/Artistic-2.0) * `BSD` - [FreeBSD License](https://www.freebsd.org/copyright/license.html) * `CCBYNCSAv3` - [Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported](https://creativecommons.org/licenses/by-nc-sa/3.0/) From 1819653a818952f88169233b0e3e80cab2a5d611 Mon Sep 17 00:00:00 2001 From: nrew225 Date: Sat, 27 Aug 2016 15:45:28 -0700 Subject: [PATCH 2/6] update OpenCA weblink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 427caff6..aff4d44b 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,7 @@ See https://github.com/n1trux/awesome-sysadmin#dns * [FreeIPA](https://www.freeipa.org/) - an integrated Identity and Authentication solution for Linux/UNIX networked environments. A FreeIPA server provides centralized authentication, authorization and account information by storing data about user, groups, hosts. ([Source Code](https://git.fedorahosted.org/cgit/freeipa.git)) `Multiple` `C` * [IndieAuth](https://indieauth.com) - Sign in with your domain name (using the [rel-me-auth](http://microformats.org/wiki/relmeauth) protocol). ([Source Code](https://github.com/aaronpk/IndieAuth.com)) `Apache` `Ruby` * [Libravatar](https://www.libravatar.org/) - Libravatar is a service which delivers your avatar (profile picture) to other websites. ([Demo](https://www.libravatar.org/account/new/), [Source Code](https://github.com/libravatar/libravatar)) `AGPLv3` `Python` - * [OpenCA OCSPD](https://pki.openca.org/projects/ocspd/) - An [OCSP](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) Responder. ([Source Code](https://github.com/openca/openca-ocspd)) `Apachev1` `C` + * [OpenCA OCSPD](https://www.openca.org/projects/ocspd/) - An [OCSP](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) Responder. ([Source Code](https://github.com/openca/openca-ocspd)) `Apachev1` `C` * [OSIAM](https://www.osiam.org) - Open Source Identity and Access Management implementing OAuth 2.0 and SCIMv2. ([Source Code](https://github.com/osiam/osiam)) `MIT` `Java` From b4d89de76c600102b58f62dd84589abbe3f39ad5 Mon Sep 17 00:00:00 2001 From: nrew225 Date: Mon, 29 Aug 2016 21:09:06 -0700 Subject: [PATCH 3/6] Removed Freereadius, Freeipa, indieauth, libravatar, openid, and osiam --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index aff4d44b..57524053 100644 --- a/README.md +++ b/README.md @@ -427,13 +427,7 @@ See https://github.com/n1trux/awesome-sysadmin#dns ## Federated Identity/Authentication - * [FreeRADIUS](http://freeradius.org/) - High performance and highly configurable multi-protocol policy/authentication server, supporting RADIUS, DHCPv4 and VMPS. ([Source Code](https://github.com/FreeRADIUS/freeradius-server)) `GPLv2` `C` - * [daloRADIUS](http://www.daloradius.com) - Open-source web management platform for FreeRADIUS-based deployments. ([Source Code](https://github.com/lirantal/daloradius)) `GPLv2` `PHP` - * [FreeIPA](https://www.freeipa.org/) - an integrated Identity and Authentication solution for Linux/UNIX networked environments. A FreeIPA server provides centralized authentication, authorization and account information by storing data about user, groups, hosts. ([Source Code](https://git.fedorahosted.org/cgit/freeipa.git)) `Multiple` `C` - * [IndieAuth](https://indieauth.com) - Sign in with your domain name (using the [rel-me-auth](http://microformats.org/wiki/relmeauth) protocol). ([Source Code](https://github.com/aaronpk/IndieAuth.com)) `Apache` `Ruby` - * [Libravatar](https://www.libravatar.org/) - Libravatar is a service which delivers your avatar (profile picture) to other websites. ([Demo](https://www.libravatar.org/account/new/), [Source Code](https://github.com/libravatar/libravatar)) `AGPLv3` `Python` - * [OpenCA OCSPD](https://www.openca.org/projects/ocspd/) - An [OCSP](https://en.wikipedia.org/wiki/Online_Certificate_Status_Protocol) Responder. ([Source Code](https://github.com/openca/openca-ocspd)) `Apachev1` `C` - * [OSIAM](https://www.osiam.org) - Open Source Identity and Access Management implementing OAuth 2.0 and SCIMv2. ([Source Code](https://github.com/osiam/osiam)) `MIT` `Java` + * [daloRADIUS](http://www.daloradius.com) - Open-source web management platform for FreeRADIUS-based deployments. ([Source Code](https://github.com/lirantal/daloradius)) `GPLv2` `PHP` ## Feed Readers From f6fea0b88a0a6a0f7eb9a0c0e3a8ca8d1ab565d4 Mon Sep 17 00:00:00 2001 From: nrew225 Date: Mon, 29 Aug 2016 21:12:36 -0700 Subject: [PATCH 4/6] added link --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 57524053..547c6808 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,7 @@ See https://github.com/n1trux/awesome-sysadmin#dns ## Federated Identity/Authentication +See https://github.com/n1trux/awesome-sysadmin#identity-management * [daloRADIUS](http://www.daloradius.com) - Open-source web management platform for FreeRADIUS-based deployments. ([Source Code](https://github.com/lirantal/daloradius)) `GPLv2` `PHP` From 0a289f7c4a5108c41ed67df6c3884de1585f9229 Mon Sep 17 00:00:00 2001 From: nrew225 Date: Fri, 2 Sep 2016 11:11:01 -0700 Subject: [PATCH 5/6] remove apachev1 --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa9739b4..b28d6607 100644 --- a/README.md +++ b/README.md @@ -976,7 +976,6 @@ See also [Documentation Generators](#documentation-generators), [Wikimatrix](htt * `AAL` - [Attribution Assurance License](https://opensource.org/licenses/AAL) * `AGPLv3` - [GNU Affero General Public License 3.0](https://www.gnu.org/licenses/agpl-3.0) * `Apache` - [Apache, Version 2.0](http://www.apache.org/licenses/) - * `Apachev1` - [Apache, Version 1.0](http://www.apache.org/licenses/LICENSE-1.0) * `ARTv2` - [Artistic License Version 2.0](http://opensource.org/licenses/Artistic-2.0) * `BSD` - [FreeBSD License](https://www.freebsd.org/copyright/license.html) * `CCBYNCSAv2` - [Creative Commons Attribution-NonCommercial-ShareAlike 2.0](https://creativecommons.org/licenses/by-nc-sa/2.0/) From 160c48a5e39fd6240ab3d027c7631a9869dbf8f5 Mon Sep 17 00:00:00 2001 From: nrew225 Date: Sun, 4 Sep 2016 22:29:24 -0700 Subject: [PATCH 6/6] Removed daloRadius --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b28d6607..6526b510 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,6 @@ See https://github.com/n1trux/awesome-sysadmin#dns ## Federated Identity/Authentication See https://github.com/n1trux/awesome-sysadmin#identity-management - * [daloRADIUS](http://www.daloradius.com) - Open-source web management platform for FreeRADIUS-based deployments. ([Source Code](https://github.com/lirantal/daloradius)) `GPLv2` `PHP` ## Feed Readers