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

https://github.com/larsks/so-example-76825691-ldap-search


https://github.com/larsks/so-example-76825691-ldap-search

example stackoverflow

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

This repository is part of [this answer](https://stackoverflow.com/a/76831533/147356https://stackoverflow.com/a/76831533/147356).

To run the demo:

1. Bring up the LDAP server:

```
docker compose up -d
```

1. Set up the virtual environment:

```
pipenv install
```

1. Run the example:

```
pipenv run python search_example.py
```