From 2acd6220103ca042cf169c498e44f770e732be7f Mon Sep 17 00:00:00 2001 From: Ben Yanke Date: Mon, 4 Jun 2018 09:52:26 -0500 Subject: [PATCH] Adding GLAuth --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9630852..f02da59 100644 --- a/README.md +++ b/README.md @@ -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.