Try to fix #4754 LDAP CN escape. Please test.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2022-11-24 19:27:22 +02:00 committed by GitHub
parent 530d64898b
commit 252b2f6f87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,5 @@
import ldapjs from 'ldapjs';
import escapedToHex from 'ldapjs';
import util from 'util';
import Bunyan from 'bunyan';
import {log_debug, log_info, log_warn, log_error} from './logger';