diff --git a/app/ldap/controllers/Sudo.controller.js b/app/ldap/controllers/Sudo.controller.js index 2d507e6..ff85b63 100644 --- a/app/ldap/controllers/Sudo.controller.js +++ b/app/ldap/controllers/Sudo.controller.js @@ -26,6 +26,8 @@ class SudoController extends LDAPController { return next(new LDAP.InsufficientAccessRightsError()) } + console.log('[SUDO SEARCH]', req.filter.toString()) + const iam_targets = this.parse_iam_targets(req.filter) if ( req.scope === 'base' ) { // If scope is base, check if the base DN matches the filter.