diff options
Diffstat (limited to 'confskel/openldap/ldif')
-rw-r--r-- | confskel/openldap/ldif/olcConfig.ldif | 1 | ||||
-rw-r--r-- | confskel/openldap/ldif/olcDatabase.ldif | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/confskel/openldap/ldif/olcConfig.ldif b/confskel/openldap/ldif/olcConfig.ldif index 72ae6a7..9fc5ecd 100644 --- a/confskel/openldap/ldif/olcConfig.ldif +++ b/confskel/openldap/ldif/olcConfig.ldif @@ -10,6 +10,7 @@ olcAccess: {0}to * by * none olcAddContentAcl: TRUE olcLastMod: TRUE +olcLimits: dn.exact="cn=@@@ROOTUSER@@@,@@@REALM_DCNAME@@@" time.soft=unlimited time.hard=unlimited size.soft=unlimited size.hard=unlimited olcMaxDerefDepth: 15 olcReadOnly: FALSE olcRootDN: cn=config diff --git a/confskel/openldap/ldif/olcDatabase.ldif b/confskel/openldap/ldif/olcDatabase.ldif index 5f3c8a2..b9b68ec 100644 --- a/confskel/openldap/ldif/olcDatabase.ldif +++ b/confskel/openldap/ldif/olcDatabase.ldif @@ -20,6 +20,7 @@ olcAccess: {2}to * by dynacl/aci write olcAddContentAcl: FALSE olcLastMod: TRUE +olcLimits: dn.exact="cn=@@@ROOTUSER@@@,@@@REALM_DCNAME@@@" time.soft=unlimited time.hard=unlimited size.soft=unlimited size.hard=unlimited olcMaxDerefDepth: 15 olcReadOnly: FALSE olcRootDN: cn=@@@ROOTUSER@@@,@@@REALM_DCNAME@@@ |