From 5b07801210b03a116ed9d3e462ce3825e1d5821f Mon Sep 17 00:00:00 2001 From: geemili Date: Tue, 9 Jan 2024 18:33:14 -0700 Subject: [PATCH] fix: glauth: add ldap scheme to server url --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 05e60dd..31de271 100644 --- a/configuration.nix +++ b/configuration.nix @@ -151,7 +151,7 @@ # For now, simply act as a proxy for lldap { datastore = "ldap"; - servers = [ "127.0.0.1:3890" ]; + servers = [ "ldap://127.0.0.1:3890" ]; } ]; api = {