Add debug output
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2020-10-18 21:44:53 -05:00
parent 59d831c61f
commit 433af8261f

View File

@@ -299,6 +299,7 @@ class UsersController extends LDAPController {
// Make sure the user is of appropriate scope
if ( req.dn.equals(user.dn) || req.dn.parentOf(user.dn) ) {
this.output.debug(await user.to_ldap())
this.output.debug(`Matches sub scope. Matches filter? ${req.filter.matches(await user.to_ldap(iam_targets))}`)
// Check if filter matches