-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Empty show more show less
The mongodb-core test Should correctly authenticate server using scram-sha-1 using connect auth fails because the following command is not correctly performing authentication:
server.connect({auth: [method, 'admin', 'root', 'root']})
This is documented as a valid way to connect to the server, so it should work.
This is the reason that the auth topology tests are failing.
- has to be done before
-
NODE-1073 updates scram.js hi() algorithm to utilize crypto.pbkdf2Sync()
- Closed