summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-01-19 09:58:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:53:57 -0500
commit0c6010238d5eda73bbd6b9e81e2261d19bc01bb7 (patch)
tree8c437a049c33cf5504eec9ef303d35bf99ba917c /source3/include
parent87965a24259ed99f2e2f168747405fd3c2ffc815 (diff)
downloadsamba-0c6010238d5eda73bbd6b9e81e2261d19bc01bb7.tar.gz
samba-0c6010238d5eda73bbd6b9e81e2261d19bc01bb7.tar.bz2
samba-0c6010238d5eda73bbd6b9e81e2261d19bc01bb7.zip
r4840: * Add more generic root-dse inspection function to check for given
controls or extensions. * Check and remember if ldapsam's LDAP Server support paged results (in preparation of adding async paged-results to set|get|end-sampwent in ldapsam). Guenther (This used to be commit ced58bd8849cdef78513674dff1b1ec331945aa9)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smbldap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h
index d980d08280..adb51430dc 100644
--- a/source3/include/smbldap.h
+++ b/source3/include/smbldap.h
@@ -145,6 +145,7 @@ struct smbldap_state {
const char *uri;
char *bind_dn;
char *bind_secret;
+ BOOL paged_results;
unsigned int num_failures;