openldap: enable spasswd for sasl passthrough authentication (#490720)

This commit is contained in:
K900
2026-03-23 17:51:36 +00:00
committed by GitHub
+1
View File
@@ -77,6 +77,7 @@ stdenv.mkDerivation (finalAttrs: {
configureFlags = [
"--enable-crypt"
"--enable-overlays"
"--enable-spasswd"
(lib.enableFeature withModules "argon2")
(lib.enableFeature withModules "modules")
]