[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: check if the server supports paged search and server side sorting



Andreas wrote:
>
> A query like "ldapsearch -x -s base -b "" +"

Note that the + is already a feature not widely supported. ;-)

One should explicitly request attributes like supportedControl, supportedExtension, supportedFeatures, etc.

Note that these attributes might be subject to access control. Your client application has to deal with that in some way.

Ciao, Michael.