nginxinc/nginx-ldap-auth

ldap error

minminmsn opened this issue · 0 comments

Error while binding as search user: {'desc': 'Invalid credentials'}, server="ldap://10.2.150.11:389"

  proxy_set_header X-Ldap-URL      "ldap://10.2.150.11:389";
    proxy_set_header X-Ldap-BaseDN   "ou=People,dc=che,dc=org";
    proxy_set_header X-Ldap-BindDN   "cn=OPITUser,ou=OuterUser,dc=che,dc=org";
    proxy_set_header X-Ldap-BindPass "sercet";
    proxy_set_header X-Ldap-Template "(sAMAccountName=%(username)s)";