Complete MFA solution with GA stored in Active Directory
Problem this snippet solves: All modern business applications require Multi-Factor Authentication (MFA) to be used for remote access by employees. There are many vendors on market selling enterprise...
Published Apr 07, 2020
Version 1.0Vladimir_Akhmarov
Cirrus
Joined May 20, 2019
Vladimir_Akhmarov
Cirrus
Joined May 20, 2019
Vladimir_Akhmarov
Jun 27, 2020Cirrus
Hi Dagfinn
The simplest way is to use dns.setServers() as described in NodeJS docs
Insert code below just before "dns.resolve(ldapBindFqdn, (error, records) => {" in file APM-LDAP-Modify_ilx. Assume that your internal DNS servers has IP addresses 192.168.1.1 and 192.168.2.1
dns.setServers([
'192.168.1.1',
'192.168.2.1'
]);
I would like to ask you to file issue in GitHub page, so I could try to design and implement proper solution