summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2011-04-25 13:14:01 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-05-24 14:54:38 -0400
commitce9f6745de1d52ef1161d0d7b09ba039f383a093 (patch)
treee03d5b58523e420582ce6250845c158257e1a70f /src/providers/ldap/sdap.h
parent6a21eb70c4d2b5b64aa52af9e8690eb68ccbdd76 (diff)
downloadsssd-ce9f6745de1d52ef1161d0d7b09ba039f383a093.tar.gz
sssd-ce9f6745de1d52ef1161d0d7b09ba039f383a093.tar.xz
sssd-ce9f6745de1d52ef1161d0d7b09ba039f383a093.zip
Enable paging support for LDAP
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r--src/providers/ldap/sdap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h
index 31e72cd5b..e03e7e624 100644
--- a/src/providers/ldap/sdap.h
+++ b/src/providers/ldap/sdap.h
@@ -87,6 +87,7 @@ struct sdap_handle {
bool connected;
/* Authentication ticket expiration time (if any) */
time_t expire_time;
+ ber_int_t page_size;
struct sdap_fd_events *sdap_fd_events;
@@ -201,6 +202,7 @@ enum sdap_basic_opt {
SDAP_CHPASS_DNS_SERVICE_NAME,
SDAP_ENUM_SEARCH_TIMEOUT,
SDAP_DISABLE_AUTH_TLS,
+ SDAP_PAGE_SIZE,
SDAP_OPTS_BASIC /* opts counter */
};