diff options
author | Vincent Ambo <mail@tazj.in> | 2020-07-01T17·45+0100 |
---|---|---|
committer | tazjin <mail@tazj.in> | 2020-07-01T19·10+0000 |
commit | d2aaf030bd3c1da388f7f417b517269e106835a1 (patch) | |
tree | 120aeb02790bb50f88485456c0460e6321f9534a /third_party/default.nix | |
parent | 6f5211bba84bdaea391603e8aabbe304a79dd08b (diff) |
feat(3p/openldap): Enable slapd-passwd-argon2 module r/1148
This enables support for the Argon2 password hashing mechanism in OpenLDAP. Note that we also need to configure the LDAP module to load this, so this change is not yet sufficient for actually using Argon2 hashes. Change-Id: I151b854b777daa924b22224a43851432a88a2760 Reviewed-on: https://cl.tvl.fyi/c/depot/+/830 Reviewed-by: BuildkiteCI Reviewed-by: isomer <isomer@tvl.fyi> Tested-by: BuildkiteCI
Diffstat (limited to 'third_party/default.nix')
-rw-r--r-- | third_party/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/default.nix b/third_party/default.nix index 77f88b5a60fd..3e55ae63676b 100644 --- a/third_party/default.nix +++ b/third_party/default.nix @@ -182,7 +182,7 @@ in exposed.lib.fix(self: exposed // { # Packages to be overridden originals = { - inherit (nixpkgs) go grpc notmuch; + inherit (nixpkgs) openldap go grpc notmuch; inherit (stableNixpkgs) git; ffmpeg = nixpkgs.ffmpeg-full; }; |