logo
icon

LLDAP

LLDAP is a lightweight LDAP server with a built-in web UI for user management. It uses an embedded database, making it easy to deploy without external dependencies. Ideal for small to medium setups needing centralized authentication.

template cover
Deployed0 times
Publisherfuturize.rush
Created2026-03-30
Services
service icon
Tags
Tool

LLDAP

A lightweight LDAP server with a built-in web UI for managing users and groups. Uses an embedded database so no external database is needed.

Default Credentials

  • Username: admin
  • Password: auto-generated — find it in your Zeabur dashboard under Service > Variables > LLDAP_LDAP_USER_PASS

What You Can Do After Deployment

  1. Visit your domain — log in with the credentials above to access the web management UI
  2. Create users and groups — manage LDAP users and groups through the intuitive web interface
  3. Configure LDAP clients — point your applications to port 3890 for LDAP authentication using base DN from LLDAP_LDAP_BASE_DN
  4. Integrate with other services — use LLDAP as the authentication backend for services like Nextcloud, Gitea, Authelia, and more

Ports

  • 17170 — Web management UI (exposed via domain)
  • 3890 — LDAP protocol (for client connections)

Key Features

  • Lightweight LDAP implementation
  • Built-in web UI for user/group management
  • Embedded database (no external DB required)
  • Password reset via email
  • GraphQL API for programmatic access
  • Compatible with standard LDAP clients

License

GPL-3.0 — GitHub