We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To control whether a initial connection from the backend to the configured LDAP server is being attempted, use this setting in .env:
.env
AD_CHECK_CONNECTION=true
It defaults to true when unset.
true
I'm working on implementing two of the proposed changes that came up during today's meeting:
#checkConnection
AD_CHECK_CONNECTION
reconnect
[ERROR] service.auth.v2 - read ECONNRESET
reconnect: false;
Originally posted by @jacobwod in #1320 (comment)
The text was updated successfully, but these errors were encountered:
5d2418f
jacobwod
No branches or pull requests
Documentation
To control whether a initial connection from the backend to the configured LDAP server is being attempted, use this setting in
.env
:It defaults to
true
when unset.Original issue
I'm working on implementing two of the proposed changes that came up during today's meeting:
#checkConnection
method optional, the.env
key will be calledAD_CHECK_CONNECTION
and default totrue
reconnect
set totrue
, this check never fails (see Getting map config for restricted map can sometimes fail and return[ERROR] service.auth.v2 - read ECONNRESET
#1320 (comment)). Using a separate instance, wherereconnect: false;
is hard-coded seems a safer approach.Originally posted by @jacobwod in #1320 (comment)
The text was updated successfully, but these errors were encountered: