Skip to content
New issue

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

ldap_result() failed (-1: Can't contact LDAP server) #222

Open
alfador1 opened this issue Jun 17, 2019 · 1 comment
Open

ldap_result() failed (-1: Can't contact LDAP server) #222

alfador1 opened this issue Jun 17, 2019 · 1 comment

Comments

@alfador1
Copy link

Hello,
I keep getting this error despite adding max_down_retries 10000
That didn't fix anything for me. Authentication works, but the error log is flooded with that error. Can someone help?

@dolgovas
Copy link

dolgovas commented May 21, 2020

I have this trouble too
everything work, but nginx spammed this error
I see this error periodicly in 30 seconds

my config

ldap_server srv1 {
        url "ldaps://ldaps.lan:3269...";
        binddn "binddn";
        binddn_passwd "pwd";
        require valid_user;
}

auth_ldap_cache_enabled on;
auth_ldap_cache_expiration_time 100000;
auth_ldap_cache_size 10000;

nginx-version

# nginx -v
nginx version: nginx/1.17.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants