Skip to content

Commit

Permalink
fix(ldap-plugin): adds the 'no-consumer' flag to the ldap plugin sche…
Browse files Browse the repository at this point in the history
…ma (#2237)
  • Loading branch information
Tieske authored Mar 23, 2017
1 parent 5d86d09 commit b5de071
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kong/plugins/ldap-auth/schema.lua
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ local function check_user(anonymous)
end

return {
no_consumer = true,
fields = {
ldap_host = {required = true, type = "string"},
ldap_port = {required = true, type = "number"},
Expand Down

0 comments on commit b5de071

Please sign in to comment.