mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
ldap config: Bump DbMaxSize to allow up to 100MB
This commit is contained in:
parent
865d8e2c8c
commit
4f6166f8bb
1 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ olcAuthzPolicy: none
|
|||
olcConcurrency: 0
|
||||
olcConnMaxPending: 100
|
||||
olcConnMaxPendingAuth: 1000
|
||||
olcSizeLimit: 10000
|
||||
olcSizeLimit: 50000
|
||||
olcIdleTimeout: 0
|
||||
olcIndexSubstrIfMaxLen: 4
|
||||
olcIndexSubstrIfMinLen: 2
|
||||
|
@ -189,7 +189,7 @@ olcDbIndex: memberUid eq
|
|||
olcDbIndex: uniqueMember eq
|
||||
olcDbIndex: virtualdomain eq
|
||||
olcDbIndex: permission eq
|
||||
olcDbMaxSize: 10485760
|
||||
olcDbMaxSize: 104857600
|
||||
structuralObjectClass: olcMdbConfig
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Reference in a new issue