mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Relocate the maxsize bit
This commit is contained in:
parent
ea2fbe2152
commit
e5443fd279
1 changed files with 1 additions and 1 deletions
|
|
@ -80,6 +80,7 @@ dn: olcDatabase=mdb,cn=config
|
|||
objectClass: olcDatabaseConfig
|
||||
objectClass: olcMdbConfig
|
||||
olcDatabase: mdb
|
||||
olcDbMaxSize: 1073741824
|
||||
olcSuffix: dc=my-domain,dc=com
|
||||
olcRootDN: cn=Manager,dc=my-domain,dc=com
|
||||
# Cleartext passwords, especially for the rootdn, should
|
||||
|
|
@ -92,4 +93,3 @@ olcRootPW: secret
|
|||
olcDbDirectory: %LOCALSTATEDIR%/openldap-data
|
||||
# Indices to maintain
|
||||
olcDbIndex: objectClass eq
|
||||
olcDbMaxSize: 1073741824
|
||||
|
|
|
|||
Loading…
Reference in a new issue