diff --git a/lib/ldap.sh b/lib/ldap.sh index 7e40398..2800dd9 100644 --- a/lib/ldap.sh +++ b/lib/ldap.sh @@ -180,7 +180,7 @@ echo -ne "done." } start_ldap() { # Start service with command to make sure it's up before proceeding - start_service "ldap" "nc -z 172.99.0.15 636 &> /dev/null" "40" + start_service "ldap" "nc -z 172.99.0.15 636 &> /dev/null" "60" # Run our ldap.sh script inside the ldap container # This imports the inital LDAP configuration