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: NixOS/nixpkgs
base: d0ed5c75a30d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 258903e725db
Choose a head ref
  • 14 commits
  • 5 files changed
  • 2 contributors

Commits on Nov 21, 2020

  1. nixos/openldap: switch to slapd.d configuration

    The old slapd.conf is deprecated. Replace with slapd.d, and use this
    opportunity to write some structured settings.
    
    Incidentally, this fixes the fact that openldap is reported up before
    any checks have completed, by using forking mode.
    kwohlfahrt committed Nov 21, 2020
    Copy the full SHA
    1fde3c3 View commit details
    Browse the repository at this point in the history
  2. nixos/openldap: Add delcarativeConfig by suffix

    Adding by index could be an issue if the user wanted the data to be
    added to a DB other than the first.
    kwohlfahrt committed Nov 21, 2020
    Copy the full SHA
    057cb57 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9528faf View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d05061c View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    adda7e6 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5fafbee View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    2050376 View commit details
    Browse the repository at this point in the history
  8. nixos/openldap: Remove extraConfig options

    Instead of deprecating, as per PR feedback
    kwohlfahrt committed Nov 21, 2020
    Copy the full SHA
    3f892c2 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b2ebffe View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    ce1acd9 View commit details
    Browse the repository at this point in the history
  11. nixos/openldap: use mkRenamedOptionModule

    This offers less helpful warnings, but makes the implementation
    considerably more straightforward.
    kwohlfahrt committed Nov 21, 2020
    Copy the full SHA
    fefc26f View commit details
    Browse the repository at this point in the history
  12. nixos/openldap: Fix sssd-ldap test

    Use this as a test of the migration warnings/functionality.
    kwohlfahrt committed Nov 21, 2020
    Copy the full SHA
    db5bb4e View commit details
    Browse the repository at this point in the history
  13. Copy the full SHA
    c96f18f View commit details
    Browse the repository at this point in the history
  14. Copy the full SHA
    258903e View commit details
    Browse the repository at this point in the history