Skip to content

Fix acct. creation and ldapsearch concurrency issue

Created by: eesaanatluri

This PR will fix the issue we saw with git_commit agent not able to produce ldif files, because the ldapsearch is trying to access the user record before the account creation process returns so we add a 1 second delay before we proceed to the next step.

Merge request reports