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 2 months 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 (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T06:54:19.000Z (about 2 years ago)
- Last Synced: 2025-02-26T10:36:59.810Z (over 1 year 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.



### ✅ 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
```