diff --git a/ep_ldapauth.js b/ep_ldapauth.js index c1ddbbd..54c2f36 100644 --- a/ep_ldapauth.js +++ b/ep_ldapauth.js @@ -171,7 +171,7 @@ exports.authorize = function(hook_name, context, cb) { }); } else { console.debug('ep_ldapauth.authorize: passing authorize along for path %s', context.resource); - return cb([false]); + return cb([true]); } };