From 6bf5088bb5597c9f9a04ca6ccdcaa3f7b61437b4 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 16 Jul 2023 21:28:03 +0100 Subject: [PATCH] ldap: raise response limit --- applications/ldap.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/applications/ldap.nix b/applications/ldap.nix index 7e46ab0..12ba71f 100644 --- a/applications/ldap.nix +++ b/applications/ldap.nix @@ -118,6 +118,9 @@ Gonna use a priper nixos module for this olcTLSCRLCheck = "none"; olcTLSVerifyClient = "never"; olcTLSProtocolMin = "3.3"; + + # make it so it can return up to 2000 results ar once, more than twice our total records for users + olcSizeLimit = "2000"; }; children = {