advgal
Results
1
comments of
advgal
The examples/inmemory.js does not work with V3 `server.add(SUFFIX, authorize, function (req, res, next) { const dn = req.dn.toString() if (db[dn]) { return next(new ldap.EntryAlreadyExistsError(dn)) } db[dn] = req.toObject().attributes res.end() return...