I don't see an answer to this one...

Vladimir Dzhuvinov writes:
> OpenDS, which I mostly work with, returns adminLimitExceeded (11) if
> the so called "look through" limit (ds-cfg-lookthrough-limit) is
> exceeded.
> 
> Does this apply to the other LDAP servers too? I want to have the
> Json2Ldap gateway behave as consistently as possible across the
> various LDAP v3 compatible implementations.

The details likely vary.  LDAP is rather loosely defined.  However, it
maps onto X.500 which has far more precise definitions, so the major
implementations hopefully resemble each other in their behavior.

In OpenLDAP, I think adminLimitExceeded normally means the operation
would exceed a hard limit set in the server, including one which
resembles ds-cfg-lookthrough-limit.  <size/time>LimitExceeded means
it would exceed a limit set by the client, or a soft (default) limit
in the server which the client can override up to the hard limit.

-- 
Hallvard

Reply via email to