Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apisix-master-0.rockspec
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ dependencies = {
"net-url = 1.2-1",
"xml2lua = 1.6-2",
"lua-resty-mediador = 0.1.2-1",
"lua-resty-ldap = 0.1.0-0",
"lua-resty-ldap = 0.3.1-0",
"lua-resty-t1k = 1.1.6-0",
"brotli-ffi = 0.3-1",
"lua-ffi-zlib = 0.6-0",
Expand Down
1 change: 1 addition & 0 deletions apisix/cli/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ local _M = {
"authz-casbin",
"authz-casdoor",
"wolf-rbac",
"ldap-auth-advanced",
"ldap-auth",
"hmac-auth",
"basic-auth",
Expand Down
1 change: 1 addition & 0 deletions apisix/consumer.lua
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ local plugin_unique_key_attrs = {
["jwt-auth"] = "key",
["hmac-auth"] = "key_id",
["ldap-auth"] = "user_dn",
["ldap-auth-advanced"] = "user_dn",
}


Expand Down
Loading
Loading