From 894837494c6e1aac5b6518ea663af4d06cce0068 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Fri, 26 May 2023 10:21:14 +0100 Subject: [PATCH] ldap: set password hash back to SSH512 --- applications/ldap.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/ldap.nix b/applications/ldap.nix index 1c248a5..21f1076 100644 --- a/applications/ldap.nix +++ b/applications/ldap.nix @@ -143,7 +143,7 @@ Gonna use a priper nixos module for this "olcDatabase={-1}frontend".attrs = { objectClass = [ "olcDatabaseConfig" "olcFrontendConfig" ]; - olcPasswordHash = "{SHA512}"; + olcPasswordHash = "{SSHA512}"; }; "olcDatabase={1}mdb" = {