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 5 years ago
Version 1.0Vladimir_Akhmarov
Cirrus
Joined May 20, 2019
Vladimir_Akhmarov
Cirrus
5 years agoHi 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
Help guide the future of your DevCentral Community!
What tools do you use to collaborate? (1min - anonymous)