On Thu, Apr 06, 2017 at 05:14:15PM +0200, Michael Ströder wrote:
ondra@mistotebe.net wrote:
On Wed, Apr 05, 2017 at 04:14:12PM +0200, Michael StrĂśder wrote:
=> There could be a slapd per-backend configuation directive to disallow it with a strong hint in the docs recommending to disallow it when using delta-syncrepl.
Suggestion: disallow mod_attr_repeated
In my view, that's more pain than it's worth.
Hmm, I think slapd should be able to disallow a crazy modify request like this:
dn: cn=foobar,dc=example,dc=com changetype: modify replace: description description: foobar1
replace: description description: foobar2
.. replace: description description: foobar1000
Well, the clients are allowed to request a lot of strange things, some of which border on a DoS: e.g. right now slapd can't disallow a modify request like:
dn: cn=foobar,dc=example,dc=com changetype: modify replace: description description: foobar1 description: foobar2 ... description: foobar1000
So there. If we can agree on a way to handle that, we might see whether it could be repurposed.
I should have a patch for the accesslog issue soon.