ldap: raise response limit
This commit is contained in:
parent
3e8037153f
commit
6bf5088bb5
1 changed files with 3 additions and 0 deletions
|
@ -118,6 +118,9 @@ Gonna use a priper nixos module for this
|
||||||
olcTLSCRLCheck = "none";
|
olcTLSCRLCheck = "none";
|
||||||
olcTLSVerifyClient = "never";
|
olcTLSVerifyClient = "never";
|
||||||
olcTLSProtocolMin = "3.3";
|
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 = {
|
children = {
|
||||||
|
|
Loading…
Reference in a new issue