Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: osixia/docker-openldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.2
Choose a base ref
...
head repository: osixia/docker-openldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.3
Choose a head ref
  • 15 commits
  • 19 files changed
  • 5 contributors

Commits on Apr 28, 2016

  1. Use mdb over hdb

    «The mdb backend to slapd(8) is the recommended primary backend for a
    normal slapd database. It uses OpenLDAP's own Lightning Memory-Mapped
    Database (LMDB) library to store data and is intended to replace the
    Berkeley DB backends.
    
    It supports indexing like the BDB backends, but it uses no caching and
    requires no tuning to deliver maximum search performance. Like hdb, it
    is also fully hierarchical and supports subtree renames in constant
    time.»
    http://www.openldap.org/doc/admin24/backends.html
    mikefaille committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    1166325 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2016

  1. Configuration menu
    Copy the full SHA
    92dde39 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2016

  1. Configuration menu
    Copy the full SHA
    cadabaf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fa33d1 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2016

  1. Remove Volume command from Dockerfile, to allow using this image as a…

    … base image for derived images prefilled with testdata.
    seatek committed May 30, 2016
    Configuration menu
    Copy the full SHA
    fb9591e View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2016

  1. Configuration menu
    Copy the full SHA
    1ef35a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    34060b8 View commit details
    Browse the repository at this point in the history
  3. v1.1.3

    BertrandGouny committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    ca6fa45 View commit details
    Browse the repository at this point in the history
  4. backend config

    BertrandGouny committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    72e6d9f View commit details
    Browse the repository at this point in the history
  5. doc

    BertrandGouny committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    662d683 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23da307 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    035e88c View commit details
    Browse the repository at this point in the history
  8. doc

    BertrandGouny committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    5bf8ea1 View commit details
    Browse the repository at this point in the history
  9. fixes #54

    BertrandGouny committed Jun 9, 2016
    Configuration menu
    Copy the full SHA
    ecdd285 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    aa8d557 View commit details
    Browse the repository at this point in the history
Loading