importbcryptfrom'bcryptjs';constpassword='pleaseDontHackMe3248';console.log('Raw Password: ',password);bcrypt.hash(password,8).then(hashed=>{console.log('Secure Password: ',hashed);// Must take the string version then the hashed versionconstdoesMatch=bcrypt.compare(password,hashed);returndoesMatc...
If port 389 does not work for you for some reason, try port 3268. That port speaks a different LDAP dialect apparently (yes, that confuses me too). After you have filled out the hostname, port and protocol version you can click the "Fetch DNs" button to fill the "Base DN" ...