Dieter Kluenter wrote:
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.

Actually, you should use -E '!pr=10'; the '!' means "critical". This would reproduce the exact condition that triggered the error you noticed.

p.


Ing. Pierangelo Masarati
OpenLDAP Core Team

SysNet s.r.l.
via Dossi, 8 - 27100 Pavia - ITALIA
http://www.sys-net.it
-----------------------------------
Office:  +39 02 23998309
Mobile:  +39 333 4963172
Fax:     +39 0382 476497
Email:   [EMAIL PROTECTED]
-----------------------------------

Reply via email to