An open API service indexing awesome lists of open source software.

https://github.com/pointlander/ldap-example

demo of ldap auth with ldap container
https://github.com/pointlander/ldap-example

Last synced: 3 months ago
JSON representation

demo of ldap auth with ldap container

Awesome Lists containing this project

README

          

# LDAP Example

## About
Demo of ldap auth with ldap container.

## Demo
Start the LDAP server:
```bash
docker run -d -p 1234:389 pointlander/ldap
```

Build the demo:
```bash
go build
```

Run the demo:
```bash
./ldap-example
```