Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rework openldap::server::database interface for the syncrepl parameter #412

Merged
merged 5 commits into from
Apr 7, 2024

Commits on Mar 27, 2024

  1. Rework syncrepl

    smortex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e50a283 View commit details
    Browse the repository at this point in the history
  2. update with missing fields

    coreone authored and smortex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    7b27d3d View commit details
    Browse the repository at this point in the history
  3. Finalize syncrepl rework

    * Add missing documentation;
    * Fix wrong data types;
    * Correctly serialize parameters without arguments.
    smortex committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6d9cdeb View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Allow to pass a String for rid

    It is not uncommon to set the `rid` as a fixed-width string with 0
    padding. For Puppet, `001` is the octal number 1 and the fixed-width is
    "lost", so add the ability to pass it as a string of up to three digits
    like `"001"` which will be kept unchanged.
    smortex committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c4a7080 View commit details
    Browse the repository at this point in the history
  2. Point to the latest version of the doc

    Available parameters have not changed between these versions, but doc
    related to the older version will likely disapear before the one of the
    latest version.
    smortex committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8f8d11a View commit details
    Browse the repository at this point in the history