

InterviewSolution
Saved Bookmarks
1. |
MongoDB Enterprise supports proxy authentication through ___________(a) SCRAM-SHA-1(b) LDAP(c) MONGODB-CR(d) None of the mentionedI have been asked this question during an internship interview.My doubt is from Authentication topic in chapter Production Checklist, Security Concepts and Network Security of MongoDB |
Answer» CORRECT choice is (b) LDAP To EXPLAIN I would SAY: MongoDB does not support LDAP authentication in MIXED sharded cluster deployments that contain both version 2.4 and version 2.6 SHARDS. |
|