Recently I had to configure Kerberos authentication for MongoDB in a Windows environment. The configuration in this case: MongoDB 3.0 On Windows 2012 R2 VM Active Directory as KDC (Key Distribution Center) On the website of MongoDB (here) you’ll find a proper manual how to configure this. So you can follow this manual to configure it. […]
Berichten van februari 2017
PowerShell and MongoDB
At the company I am working we’re using MongoDB on the Windows machines. For administration and automating purposes it is common for us to use PowerShell as a scripting language. Out of the box it is not possible to connect to MongoDB via PowerShell. To make this possible you should use the MongoDB C# or […]