ldap: raise response limit

This commit is contained in:
silver 2023-07-16 21:28:03 +01:00
parent 3e8037153f
commit 6bf5088bb5

View file

@ -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 = {