r17705: Use the paged_searches module by default against the LDAP backend, if
[tprouty/samba.git] / source4 / setup / provision
index 4d4716ee1a55551404383c7a03c7f6e23858b579..619d029541e0e5f505e2c82a8bc91ede9a469b9c 100755 (executable)
@@ -112,7 +112,7 @@ for (r in options) {
 }
 
 if (options["ldap-backend"] != undefined) {
-       subobj["LDAPMODULES"] = "entryUUID";
+       subobj["LDAPMODULES"] = "entryUUID,paged_searches";
 } else {
        subobj["LDAPMODULES"] = "objectguid";
 }