LLDAP
Lightweight LDAP authentication server with a web UI
6.5k stars 350 forks last commit first released GPL-3.0
Actively maintained
Last commit 5 Mar 2026.
LLDAP is a lightweight authentication server that provides an opinionated, simplified LDAP interface for managing users and groups. It is designed to be easy to set up and operate compared to full LDAP suites, while still integrating with many services that support LDAP authentication.
Key Features
- Simplified LDAP directory structure focused on users and groups
- Web UI for user and group management, including self-service profile edits
- Password reset via email when SMTP is configured
- Group membership support via memberOf for common LDAP filters
- Custom attributes management (for compatibility with specific integrations)
- Multiple storage backends: SQLite by default, with MySQL/MariaDB and PostgreSQL options
- Scriptable management via a GraphQL API
- Optional LDAPS support for encrypted LDAP connections
Use Cases
- Central user directory for self-hosted apps that support LDAP (for example file sync and media apps)
- LDAP backend (“source of truth”) for an SSO layer such as Authelia, Authentik, or Keycloak
- Lightweight user/group management for homelabs and small organizations
Limitations and Considerations
- Not a full-featured LDAP server by design; some advanced LDAP features and browsing tools may not work as expected
- Does not support providing password hashes for services that validate passwords locally (known incompatibility category)
LLDAP is a pragmatic choice when you need LDAP compatibility for authentication without the complexity of running a full LDAP stack. It works best as a simple user and group directory paired with other components for SSO and access control when needed.
Categories:
Tags:
Tech Stack:
Similar to LLDAP
GLAuth
Lightweight LDAP authentication server with pluggable backends
GLAuth is a lightweight LDAP/LDAPS authentication server for development, CI, and homelabs, supporting file, S3, SQL, or LDAP proxy backends and optional 2FA.

Directus
Headless CMS and instant APIs for SQL databases
Directus turns any SQL database into a headless CMS with an admin app, role-based access control, and instant REST and GraphQL APIs for custom applications.

Strapi
Open-source Node.js headless CMS for REST and GraphQL APIs
Open-source headless CMS for building customizable content APIs with an admin UI, supporting REST/GraphQL and multiple databases.

Payload
TypeScript headless CMS and app framework for Next.js
Payload is an open-source, TypeScript-first headless CMS for Next.js with an extensible admin UI, auth, drafts, access control, and APIs for building fullstack apps.

Kutt
Modern URL shortener with custom domains, stats, and an API
Open-source, self-hostable URL shortener with custom domains, link management, private analytics, and a REST API.

Kottster
Self-hosted Node.js admin panel builder for databases
Kottster is an open-source, self-hosted Node.js admin panel that generates table views, dashboards, and custom pages on top of your existing database.


