Alternatives to LLDAP

A lightweight LDAP server for managing users and groups through a simple web interface. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as LLDAP.

  • OpenLDAP

    Open-source implementation of LDAP, with a directory server, a load balancer, client libraries and tools.

    OpenLDAP is a full-featured LDAP directory with client tools and a load balancer, but it has no graphical interface and needs real LDAP knowledge.

  • 389 Directory Server

    An open-source LDAP directory server for Linux with multi-supplier replication.

    389 Directory Server is a full open-source LDAP directory with multi-supplier replication for large deployments, requiring more LDAP knowledge than LLDAP's simple web interface.

  • Kanidm

    An open-source identity management server offering OAuth2, LDAP and passkey login from one place.

    Kanidm adds OAuth2, passkeys and Unix login integration alongside LDAP in one server, removing the need for a separate identity provider.

  • FreeIPA

    Open-source identity management for Linux users and hosts, combining LDAP, Kerberos, DNS and certificates.

    FreeIPA combines LDAP with Kerberos, DNS and certificates and supports Active Directory trusts, but is much heavier to deploy and operate than LLDAP.

  • Univention Corporate Server

    A Linux-based server system providing open-source identity and access management for on-premises networks.

    Univention Corporate Server is a complete Linux server OS for identity management, needing a dedicated machine or VM instead of a small container.

  • Samba

    Open-source SMB file and print server that can also run as an Active Directory domain controller.

    Samba can run as an Active Directory domain controller that also serves files and printers, though configuring its AD roles can be complex.

Similar software

Related functionality, not a direct replacement.