mirror of
https://github.com/samba-team/samba.git
synced 2025-01-08 21:18:16 +03:00
Drop paged-search from OpenLDAP stack
Unnecessary, waste of time Signed-off-by: Howard Chu <hyc@symas.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@symas.com>
This commit is contained in:
parent
93f3aba5e0
commit
aea5b5ce33
@ -309,7 +309,7 @@ static int samba_dsdb_init(struct ldb_module *module)
|
||||
static const char *fedora_ds_backend_modules[] = {
|
||||
"nsuniqueid", "paged_searches", "simple_dn", NULL };
|
||||
static const char *openldap_backend_modules[] = {
|
||||
"entryuuid", "paged_searches", "simple_dn", NULL };
|
||||
"entryuuid", "simple_dn", NULL };
|
||||
|
||||
static const char *samba_dsdb_attrs[] = { "backendType", NULL };
|
||||
static const char *partition_attrs[] = { "ldapBackend", NULL };
|
||||
|
Loading…
Reference in New Issue
Block a user