diff --git a/app/ldap/controllers/LDAPController.js b/app/ldap/controllers/LDAPController.js index 43897de..32f2c85 100644 --- a/app/ldap/controllers/LDAPController.js +++ b/app/ldap/controllers/LDAPController.js @@ -50,7 +50,7 @@ class LDAPController extends Injectable { const item = await this.get_resource_from_dn(req.dn) if ( !item ) { this.output.debug(`Bind failure: ${req.dn} not found`) - return next(new LDAP.NoSuchObject()) + return next(new LDAP.NoSuchObjectError()) } // If the object is can-able, make sure it can bind