|
From: Michael <mi...@st...> - 2001-12-04 17:09:53
|
Nick Reinking wrote:
>
> David, maybe you can help me. I've got a really large in-house LDAP search
> engine that I've built, and I've come across something rather unusual.
> [..]
> ldap.SIZELIMIT_EXCEEDED: {'desc': 'Sizelimit exceeded'}
Nick, your application code has to deal with that. It signals that
only partial search results were returned. It's caused by a
server-side configuration limit (which is useful on large LDAP
servers!).
> However, if I do the same search in PHP, I get just one (relatively small)
> result. Why is this happening (especially since sizelimit == 0)?
If it's different in PHP then PHP/LDAP is flawed.
Ciao, Michael.
|