Raised ldap timeout check

This commit is contained in:
root 2024-09-17 20:39:14 +00:00
parent c2f8acfecf
commit f378747ce0

View File

@ -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