This commit is contained in:
Lauri Ojansivu 2024-08-03 02:24:49 +03:00
parent 3983d750f3
commit 952f7feb49
6 changed files with 114 additions and 61 deletions

View file

@ -1,4 +1,4 @@
import ldapjs from 'ldapjs';
import ldapjs from '@wekanteam/ldapjs';
import { Log } from 'meteor/logging';
// copied from https://github.com/ldapjs/node-ldapjs/blob/a113953e0d91211eb945d2a3952c84b7af6de41c/lib/filters/index.js#L167