Skip to content

Fix acct create wait

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 they account creation process returns so we add a 1 second delay before we proceed to the next step.

Merge request reports