nginxinc/nginx-ldap-auth

LDAP connection always has user/password pair. For the anonymous access, use 'anonymous' login with empty password, if your server is configured to allow it.

alnhk opened this issue · 2 comments

alnhk commented

Originally posted by @vl-homutov in #52 (comment)

There is no "anonymous user." The LDAP server supports anonymous bind, which means you don't bind as a user. Most software allows you to supply empty strings for DN and password to do this.
https://ldap.com/the-ldap-bind-operation/

I am only providing this :
url ldap://nsp-openldap-local:389;
binddn ou=people,dc=odc,dc=im;
binddn_passwd ;
require valid_user;

So what is the problem when you provide empty DN/password?

Feedback timeout.