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
- Host: GitHub
- URL: https://github.com/pointlander/ldap-example
- Owner: pointlander
- License: bsd-3-clause
- Created: 2020-04-27T20:08:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T03:54:18.000Z (about 6 years ago)
- Last Synced: 2024-06-20T12:48:31.786Z (almost 2 years ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```