Change default LDAP page size to 1000.
[obnox/samba/samba-obnox.git] / source3 / include / smb_ldap.h
index eaa127676b9ab36f3eeaf90ef17ba693715e3193..19e4be5a3169118441ca9d1b23649c11102f3c22 100644 (file)
@@ -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"