From 962c278ec52e3050f1d809431f08096d576f8f41 Mon Sep 17 00:00:00 2001 From: Benjamin Hudgens Date: Mon, 15 Oct 2018 07:54:40 -0500 Subject: [PATCH] max_down_retries is the setting? I've been reading the implementation from [this](https://github.com/kvspb/nginx-auth-ldap/pull/169/files). It seems like the documentation suggests we should be setting the counter. I notice the counter is reset [here](https://github.com/kvspb/nginx-auth-ldap/blob/master/ngx_http_auth_ldap_module.c#L1682). Isn't the setting we are intended to configure `max_down_retries` found [here](https://github.com/kvspb/nginx-auth-ldap/blob/master/ngx_http_auth_ldap_module.c#L418-L424)? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 663b57b..06bd0f2 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ expected value: valid_user, user, group ## satisfy expected value: all, any -## max_down_retries_count +## max_down_retries expected value: a number, default 0 Retry count for attempting to reconnect to an LDAP server if it is considered