Raised ldap timeout check
This commit is contained in:
parent
c2f8acfecf
commit
f378747ce0
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user