Closed vletoux closed 9 years ago
Hello,
It's not related to the DC configuration, it is the program itself. During development, we encountered bogus results when setting PageSize
to big values in ldap_get_next_page_s()
. That's why it is defined to 1 (see AD_LDAP_SEARCH_LIMIT
definition).
This setting should not hurt performance too much. However, dumping is slow on big Active Directories, this is a known issue.
Hi,
I'm looking about LdapDump (Dump\Src\LdapDump) to be able to quickly export the extended permissions which were set on the AD. Indeed, you've made an amazing work and using the ldap interface, you are using the quickest path I know.
But it is running very slow on my big AD & on a workstation and I wanted to understand why (#1). I plan to run it very often to catch if somebody did modify some permissions. I've put a break and found out that the results are not pagged (only one result per page).
Is this problem related to the DC (configuration, ...) or something related to the program itself ? (said otherwise: can you reproduce this problem ?)
regards, Vincent