summaryrefslogtreecommitdiff
path: root/source3/include/smb_ldap.h
diff options
context:
space:
mode:
authorJustin Maggard <jmaggard10@gmail.com>2016-01-13 16:25:33 -0800
committerVolker Lendecke <vl@samba.org>2016-01-15 00:54:26 +0100
commit8c2609f3186d40afb5954737dc174ce190cd368a (patch)
treefcb9e246621d556af108448b4366232c2bc213c2 /source3/include/smb_ldap.h
parent19fffeb75a5b9e352f67cfdfbd45d0ac8ad5e4a3 (diff)
downloadsamba-8c2609f3186d40afb5954737dc174ce190cd368a.tar.gz
Change default LDAP page size to 1000.
This matches Windows' Active Directory maximum page size. Signed-off-by: Justin Maggard <jmaggard@netgear.com> Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
Diffstat (limited to 'source3/include/smb_ldap.h')
-rw-r--r--source3/include/smb_ldap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smb_ldap.h b/source3/include/smb_ldap.h
index eaa127676b9..19e4be5a316 100644
--- a/source3/include/smb_ldap.h
+++ b/source3/include/smb_ldap.h
@@ -78,7 +78,7 @@ struct ldapsam_privates;
#define LDAP_DEFAULT_TIMEOUT 15
#define LDAP_CONNECTION_DEFAULT_TIMEOUT 2
-#define LDAP_PAGE_SIZE 1024
+#define LDAP_PAGE_SIZE 1000
#define ADS_PAGE_CTL_OID "1.2.840.113556.1.4.319"