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 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.

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