How should I manage Identity Management/openLDAP while maintaining password encryption?

This page summarizes the projects mentioned and recommended in the original post on /r/selfhosted

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • openldap-pbkdf2

    PBKDF2 for OpenLDAP

  • docker-openldap

    Dockerized LDAP server with many customizable options (by tiredofit)

  • Check out this OpenLDAP docker image they have the Argon, SHA2 and PBKDF2 password modules added to it so it might give you an idea on how to proceed.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • With such a setup no entity has to ever read the password hashes from the LDAP database. You should even make attribute userPassword write-only and only grant auth access to it for anonymous (see Æ-DIR ACL for active personal user accounts).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts