Skip to content
Snippets Groups Projects
Select Git revision
  • 28e0bd6e06fff127d5bd60258e7f61c229bdfc78
  • master default
2 results

README.md

Blame
    • nimrod's avatar
      28e0bd6e
      slapd ldapi socket. · 28e0bd6e
      nimrod authored
      - Specify the `/run/slapd` volume in the Dockerfile.
      - Document TCP ports and Unix socket for slapd.
      28e0bd6e
      History
      slapd ldapi socket.
      nimrod authored
      - Specify the `/run/slapd` volume in the Dockerfile.
      - Document TCP ports and Unix socket for slapd.

    slapd

    Dockerized OpenLDAP daemon.

    Interfaces exposed

    The container exposes TCP ports 389 (LDAP) and 636 (LDAPS) as well as the ldapi Unix socket in the /run/slapd volume.

    Environment variables

    Name Description Default value
    LDAP_URLS List of URLs to serve. ldap:/// ldapi:/// ldaps:///
    LDAP_ROOTPASS Root password.
    LDAP_DOMAIN Domain.
    LDAP_ORGANIZATION Organization.

    Persistence

    The database is at /var/lib/ldap.