Set olcLimits: * size.pr=1000 size.prtotal=unlimited on all db

This commit is contained in:
Benjamin Dauvergne 2015-06-17 14:24:53 +02:00
parent e1f6c951df
commit f8006e43ea
3 changed files with 3 additions and 0 deletions

View File

@ -93,6 +93,7 @@ olcSyncUseSubentry: FALSE
olcMaxDerefDepth: 0
olcLimits: {0}dn.exact="uid=admin,ou=people,$SUFFIX" size.soft=unlimited size.hard=unlimited time.soft=unlimited time.hard=unlimited
olcLimits: {1}dn.exact="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" size.soft=unlimited size.hard=unlimited time.soft=unlimited time.hard=unlimited
olcLimits: {2}* size.pr=1000 size.prtotal=unlimited
olcReadOnly: FALSE
# Index
olcDbIndex: objectClass,contextCSN,member,eduPersonPrincipalName,owner,supannRefId eq

View File

@ -7,6 +7,7 @@ olcDbDirectory: /var/lib/ldap/meta/
olcAccess: {0}to *
by dn.exact="gidNumber=0+uidNumber=0,cn=peercred,cn=external,cn=auth" write
by * read
olcLimits: {0}* size.pr=1000 size.prtotal=unlimited
add o=meta
objectClass: organization

View File

@ -36,6 +36,7 @@ olcAccess: {0}to *
olcAccess: {1}to dn.exact="" by * read
olcAccess: {2}to dn.base="cn=Subschema" by * read
olcSizeLimit: 500
olcLimits: {0}* size.pr=1000 size.prtotal=unlimited
dn: olcDatabase={0}config,cn=config
objectClass: olcDatabaseConfig