

InterviewSolution
Saved Bookmarks
1. |
Point out the correct statement.(a) MongoDB Enterprise provides support for Kerberos authentication of MongoDB clients to mongod and mongos(b) Kerberos is an industry standard authentication protocol for large client/server systems(c) Kerberos allows MongoDB and applications to take advantage of existing authentication infrastructure and processes(d) All of the mentioned |
Answer» Correct answer is (d) All of the mentioned The explanation: In a Kerberos-based system, every participant in the authenticated communication is known as a “principal”, and every principal must have a unique name. |
|