Summary: | paging of search results does not work | ||
---|---|---|---|
Product: | [Applications] kdepimlibs | Reporter: | Mark Eaton <eaton.mark> |
Component: | kldap | Assignee: | kdepim bugs <kdepim-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 4.3 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Changes to allow paging of results to work |
Description
Mark Eaton
2009-11-18 23:28:36 UTC
Created attachment 38434 [details]
Changes to allow paging of results to work
This patch does 3 things.
1. It prevents adds a function to set a control which should only be present once.
2. Disabled auto following of referals
3. Ignores the referal messages.
Can you post your patch to http://reviewboard.kde.org please ? (choose the 'kdepim' group) SVN commit 1064010 by winterz: add a new static function LdapControl::insert() (formerly reviewed as LdapControl::setUniqueControl()) and use it to allow paging in search results Fixed For: KDE SC 4.4 BUG: 215190 http://reviewboard.kde.org/r/2212/ thanks marke, please close the review as submitted. MERGE: none (cannot backport due to new public method) M +15 -0 ldapcontrol.cpp M +12 -3 ldapcontrol.h M +5 -1 ldapoperation.cpp M +5 -4 ldapsearch.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1064010 |