dirkjanm / ldapdomaindump

Active Directory information dumper via LDAP
MIT License
1.19k stars 190 forks source link

out of memory #23

Closed luolufang closed 4 years ago

luolufang commented 5 years ago

LDAP is too big,so when i dump it。 it's out of memory

[] Connecting to host... [] Binding to host [+] Bind OK [*] Starting domain dump MemoryError

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\xxxxxx\AppData\Local\Programs\Python\Python37-32\lib\site-packages\ldap3\utils\asn1.py", line 121, in decode_sequence ber_len, ber_value_offset = compute_ber_size(get_bytes(message[start: start + 10])) MemoryError

During handling of the above exception, another exception occurred:

MemoryError

During handling of the above exception, another exception occurred:

MemoryError

During handling of the above exception, another exception occurred:

MemoryError

During handling of the above exception, another exception occurred:

MemoryError

During handling of the above exception, another exception occurred:

MemoryError

dirkjanm commented 4 years ago

This is a know issue, see #10