Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/natthasath/demo-ldap-api
LDAP is a protocol for accessing and managing distributed directory information services over the Internet, used for storing and retrieving information about network resources such as users, groups, and devices.
https://github.com/natthasath/demo-ldap-api
docker-compose dockerfile fastapi ldap poetry python
Last synced: about 1 month ago
JSON representation
LDAP is a protocol for accessing and managing distributed directory information services over the Internet, used for storing and retrieving information about network resources such as users, groups, and devices.
- Host: GitHub
- URL: https://github.com/natthasath/demo-ldap-api
- Owner: natthasath
- License: mit
- Created: 2023-04-27T06:28:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T06:54:19.000Z (8 months ago)
- Last Synced: 2024-11-11T06:15:04.232Z (3 months ago)
- Topics: docker-compose, dockerfile, fastapi, ldap, poetry, python
- Language: YAML
- Homepage: https://ldap3.readthedocs.io/en/latest/
- Size: 20.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 🎉 DEMO LDAP API
LDAP is a protocol for accessing and managing distributed directory information services over the Internet, used for storing and retrieving information about network resources such as users, groups, and devices.
![version](https://img.shields.io/badge/version-1.0-blue)
![rating](https://img.shields.io/badge/rating-★★★★★-yellow)
![uptime](https://img.shields.io/badge/uptime-100%25-brightgreen)### ✅ Requirements
- [Join Domain to Active Directory on Ubuntu 22.04](https://codeinsane.wordpress.com/2023/04/20/join-domain-on-ubuntu-22-04/)
### 🏆 Run
- [http://localhost:8000/docs](http://localhost:8000/docs)
- [http://localhost:8000/subapi/docs](http://localhost:8000/subapi/docs)```shell
docker-compose up -d
```