Video coming soon…
🔐 Setup LLDAP — Lightweight LDAP for Self-Hosted SSO
Deploy LLDAP on Ubuntu with Docker — a tiny, friendly LDAP server that gives Authelia, Authentik, and Keycloak a real user directory, using about 10 MB of RAM, on LDAP port 3890 and web UI 17170.
⚠️ This script is provided for demo and testing purposes only. Not intended for production use.
📦 Resources & Setup Scripts
Grab the automated bash script from GitHub to follow along with the video.
Quick Install:
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/security/lldap/lldap-ubuntu.sh
chmod +x lldap-ubuntu.sh
./lldap-ubuntu.sh
Tutorial Steps
1 Download the Script
wget https://raw.githubusercontent.com/mhmdali94/Docker/main/security/lldap/lldap-ubuntu.sh
2 Make it Executable
chmod +x lldap-ubuntu.sh
3 Run the Installer
./lldap-ubuntu.sh
4 Log In to the Web UI
http://your-server-ip:17170
Ports Used
| Port | Purpose |
|---|---|
| 3890 | LDAP — SSO providers and applications authenticate here |
| 17170 | Web administration UI for users and groups |