MongoDB, Active Directory, and Kerberos

I recently had a customer that wanted me to build a multi-node sharded cluster using MongoDB. Simple enough. However, they also wanted it integrated with Active Directory for authentication & autorization, and wanted to use Kerberos for password-less login. This was a bit more complicated, and doesn't seem super-well documented in any one single location. … Continue reading MongoDB, Active Directory, and Kerberos

Setting up Windows Authentication on SQL Server 2017 Linux

In this post, we're going to cover adding a standalone instance of SQL Server 2017 on Linux to an Active Directory Domain, so that we can use Windows authentication. We'll mostly be following documentation provided by Microsoft, with just a few deviations. I see this as being one of the more common use-cases for customers … Continue reading Setting up Windows Authentication on SQL Server 2017 Linux