mirror of
https://github.com/bitwarden/directory-connector
synced 2026-01-21 11:53:38 +00:00
debug paged = false
This commit is contained in:
@@ -293,7 +293,7 @@ export class LdapDirectoryService implements DirectoryService {
|
||||
const options: ldap.SearchOptions = {
|
||||
filter: filter,
|
||||
scope: 'sub',
|
||||
paged: true,
|
||||
paged: false,
|
||||
};
|
||||
const entries: T[] = [];
|
||||
return new Promise<T[]>((resolve, reject) => {
|
||||
|
||||
Reference in New Issue
Block a user