Replies: 4 comments 14 replies
-
Hi @liangliwu, here is the LDAP-auth plugin doc: https://apisix.apache.org/docs/apisix/plugins/ldap-auth/ And I noticed the password is extracted from Authorization header, does it make sense to you? https://github.com/apache/apisix/blob/master/apisix/plugins/ldap-auth.lua#L132-L141 |
Beta Was this translation helpful? Give feedback.
-
Do we mark the issue as resolved? |
Beta Was this translation helpful? Give feedback.
-
@kostyanp95 help me, I meet same question. #10235 |
Beta Was this translation helpful? Give feedback.
-
I successfully use the ldap-auth plugin on UAT with the following config:
However, when I try to use it on our PRD env, where the CN and sAMAccountName are different. I am unable to authenticate no matter setting uid to CN and use "XXX YY", or setting uid to sAMAccountName and use "xxx.yy". |
Beta Was this translation helpful? Give feedback.
-
Why don't the properties of the ldap plugin include bind dn and bind dn's paasword. I tried to integrate the ldap plugin with open ldap, but it failed.
Beta Was this translation helpful? Give feedback.
All reactions