From 8be2c4eef5e4a47eadb5b946d08f3503aff185c0 Mon Sep 17 00:00:00 2001 From: niten Date: Thu, 6 Jun 2024 11:40:16 -0700 Subject: [PATCH] Oops, specify SSL --- paris-container.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paris-container.nix b/paris-container.nix index 6b5acf3..f4c7db8 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -342,7 +342,7 @@ in { auth_provider = "ldap"; access_provider = "ldap"; - ldap_uri = "ldap://${head cfg.ldap.listen-ips}:${ + ldap_uri = "ldaps://${head cfg.ldap.listen-ips}:${ toString cfg.ldap.port }"; ldap_schema = "rfc2307bis";