DirectoryTree / Scout

Scout is a free, open-source LDAP auditing application.
MIT License
8 stars 3 forks source link

Scans should insert data into intermediate processing table #6

Closed stevebauman closed 4 years ago

stevebauman commented 4 years ago

When a scan is executed, each scanned object should be transferred into a intermediate table so each record can be processed individually.

This protects the scanned data in case an exception occurs during a scan or through change generation so nothing is lost.

stevebauman commented 4 years ago

Completed.