Adding GLAuth

This commit is contained in:
Ben Yanke 2018-06-04 09:52:26 -05:00 committed by GitHub
parent 39df16dacc
commit 2acd622010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,13 +332,14 @@
## Identity Management
*LDAP servers and other tools to manage accounts and identities.*
*servers and other tools to manage accounts and identities.*
### LDAP
* [389 Directory Server](http://www.port389.org/) - Developed by Red Hat.
* [Apache Directory Server](http://directory.apache.org/) - Apache Software Foundation project written in Java.
* [FreeRADIUS](http://freeradius.org/) - High performance and highly configurable multi-protocol policy/authentication server, supporting RADIUS, DHCPv4 and VMPS.
* [GLAuth](https://github.com/glauth/glauth) - Simple and lightweight LDAP server in Golang.
* [OpenDJ](http://opendj.forgerock.org/) - Fork of OpenDS.
* [OpenDS](https://opends.java.net/) - Another directory server written in Java.
* [OpenLDAP](http://www.OpenLDAP.org/) - Developed by the OpenLDAP Project.