Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ FAB-5521 ] Fix CI build fail x86 for slapd
The builds on x86 are now so slow that some of the setup scripts are failing because slapd is taking so long to initialize This adds polling to the slapd_setup script so that the first command is not issued until there is an active listener. Also, the ldap configuration should be done exclusively using ldapmodify. This will move the olcIdleTimeout config from start.sh to the slapd_setup.sh script. Change-Id: I0c38df7b939734e112f0fa8a7728211143a043e2 Signed-off-by: rennman <[email protected]>
- Loading branch information