Problem extracting the controls from a search result that includes search references
Geoff <[email protected]> Sun, 12 Apr 2009 12:10:30 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.devel.directory |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <[email protected]> |
Hello, We have an LDAP client that normally functions correctly. When it issues a search request it always includes a simple paged results control. However the problem that I'm having right now is the ldap_parse_result function doesn't extract the paged control from the first chunk of results. Initially, I thought the control wasn't being sent by the AD but I've run some line traces and can see the control at the end of the message. The only thing unusual is that the last entry in the chain is a search reference. Are there any known problems handling search references? Geoff