more debug logging in ldap

This commit is contained in:
Garrett Mills 2020-08-20 08:04:31 -05:00
parent 282c2cdd53
commit 136eac372c
Signed by: garrettmills
GPG Key ID: D2BF5FBA8298F246

View File

@ -208,6 +208,8 @@ class UsersController extends LDAPController {
}
return val
} else if ( Array.isArray(filter) ) {
return filter.map(x => this.filter_to_obj(x))
}
return filter