diff options
-rw-r--r-- | modules/openldap/templates/slapd.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/openldap/templates/slapd.conf b/modules/openldap/templates/slapd.conf index 62eda88e..b417643c 100644 --- a/modules/openldap/templates/slapd.conf +++ b/modules/openldap/templates/slapd.conf @@ -70,6 +70,8 @@ access to dn.subtree="cn=Monitor" database bdb <% else %> database mdb +# mdb defaults to 10MB max DB, so we need to hardocde some better value :( +maxsize 500000000 <% end %> suffix "<%= dc_suffix %>" directory /var/lib/ldap |