zh9980 commented on issue #11153:
URL: https://github.com/apache/apisix/issues/11153#issuecomment-2058274734
> Please provide a reproduced steps in details, so we can try to reproduce
it.
fist step: add Consumer
{
"username": "dashboard",
"plugins": {
"ldap-auth": {
"user_dn": "cn=xxxx,ou=users,dc=yyyy,dc=com"
}
}
}
second step: Then the plugin can be enabled in the specified route
- name: ldap-auth
enable: true
config:
base_dn: ou=users,dc=yyyy,dc=com
ldap_uri: IP:389
uid: cn
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]