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
- Host: GitHub
- URL: https://github.com/larsks/so-example-76825691-ldap-search
- Owner: larsks
- Created: 2023-08-03T21:11:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T21:12:58.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T23:42:21.512Z (about 1 year ago)
- Topics: example, stackoverflow
- Language: Python
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```