Hi,

"Navaneetha Subramanian" <[EMAIL PROTECTED]> writes:

> Hi,
>
> I’m using OpenLDAP backend with .NET 2.0 System.DirectoryServices.Protocols 
> API in my
> application. I’m trying to issue PagedResult control as part of my request to 
> get
> results in multiple pages that code can navigate. This would use rfc2696 
> which is
> already supported in OpenLDAP. But when I run my code it comes back with 
> exception
> that ‘'critical control unavailable in context’.
>
> I’ve attached the capture from OpenLDAP server

try ldapsearch -Epr=10 -x -H ldap://<host> -b <searchbase> <filter>
 <attributes>

-E calls extended operations pr is paged result 10 the number of
returned entries.

-Dieter

-- 
Dieter Klünter | Systemberatung
http://www.dpunkt.de/buecher/2104.html
GPG Key ID:8EF7B6C6
53°08'09,95"N
10°08'02,42"E

Reply via email to