Fix acct. creation and ldapsearch concurrency issue
Compare changes
+ 2
− 0
@@ -2,6 +2,7 @@
@@ -36,6 +37,7 @@ def create_account(msg):
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.