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)?
main
Benjamin Hudgens 6 years ago committed by GitHub
parent 42d195d7a7
commit 962c278ec5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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

Loading…
Cancel
Save