[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: pagedResultsControl in openldap
Prakash Velayutham wrote:
>
> In the LDAP logs I see this and it is strange.
> => get_ctrls: oid="1.2.840.113556.1.4.319" (noncritical)
> ber_scanf fmt ({im}) ber:
> <= get_ctrls: n=1 rc=0 err=""
> slap_global_control: unavailable control: 1.2.840.113556.1.4.319
The client-side logs? If yes, it seems the client is requesting the
server to use this control but the control was not received in the
search response.
> Any idea why this, as I thought BDB handles this control?
Is this OID listed in attribute 'supportedControl' in the RootDSE of
your LDAP server?
Ciao, Michael.