From f378747ce0284856bdadfab75db70612ce99b1d9 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 17 Sep 2024 20:39:14 +0000 Subject: [PATCH] Raised ldap timeout check --- lib/ldap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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