more debug logging in ldap
This commit is contained in:
@@ -274,6 +274,7 @@ class UsersController extends LDAPController {
|
|||||||
|
|
||||||
// Make sure the user is of appropriate scope
|
// Make sure the user is of appropriate scope
|
||||||
if ( req.dn.equals(user.dn) || req.dn.parentOf(user.dn) ) {
|
if ( req.dn.equals(user.dn) || req.dn.parentOf(user.dn) ) {
|
||||||
|
this.output.debug(`Matches sub scope. Matches filter? ${req.filter.matches(await user.to_ldap(iam_targets))}`)
|
||||||
|
|
||||||
// Check if filter matches
|
// Check if filter matches
|
||||||
if ( req.filter.matches(await user.to_ldap(iam_targets)) ) {
|
if ( req.filter.matches(await user.to_ldap(iam_targets)) ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user