api7 / lua-resty-ldap

Apache License 2.0
6 stars 6 forks source link

feat: apisix build tools can be upgraded to lua resty ldap #11

Open hanf2x opened 1 year ago

hanf2x commented 1 year ago

As per issue https://github.com/apache/apisix/issues/7865 #7865. The old build script use openldap, as the lua resty ldap is maturing, we should move to this new repo. Related PR:

Thanks @bzp2010 @kingluo @tzssangglass

Signed-Off-By: @foresthebug Feng Han forestcdkfox@gmail.com

bzp2010 commented 1 year ago

AFAIK, we no longer depend on the openldap library, so I think we just need to update the dependencies in APISIX (I'm not sure if openldap is still installed by default, and there may be some compatibility issues if we remove it directly, since the apisix-base version and APISIX don't correspond one-to-one).

BTW, this library has unfinished tasks and no new version has been released, so we need to wait a bit.