mirror of
https://github.com/mainnika/nginx-auth-ldap.git
synced 2026-06-12 18:03:36 +00:00
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)?
This commit is contained in:
@@ -97,7 +97,7 @@ expected value: valid_user, user, group
|
|||||||
## satisfy
|
## satisfy
|
||||||
expected value: all, any
|
expected value: all, any
|
||||||
|
|
||||||
## max_down_retries_count
|
## max_down_retries
|
||||||
expected value: a number, default 0
|
expected value: a number, default 0
|
||||||
|
|
||||||
Retry count for attempting to reconnect to an LDAP server if it is considered
|
Retry count for attempting to reconnect to an LDAP server if it is considered
|
||||||
|
|||||||
Reference in New Issue
Block a user