tzssangglass commented on code in PR #7590:
URL: https://github.com/apache/apisix/pull/7590#discussion_r936156647
##########
apisix/plugins/ldap-auth.lua:
##########
@@ -30,13 +30,12 @@ local schema = {
title = "work with route or service object",
properties = {
base_dn = { type = "string" },
- ldap_host = { type = "string" },
- ldap_port = { type = "number" },
+ ldap_uri = { type = "string" },
Review Comment:
I thought `ldap_host` and `ldap_port` became `ldap_uri` now, and I was
wondering if they were compatible. For example, there is now an old copy of the
data in etcd and they contain `ldap_host` and `ldap_port`. when updating the
APISIX version, the user needs to reset the `ldap_uri`?
--
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]