| by TheIneptOne | No comments

Using Azure MFA with RADIUS for VPN Access

We need to have staff use MFA when connecting to our VPN connection. Luckily Microsoft Azure has an MFA extension that you can install on your NPS RADIUS server! Installation Downlead the NPS Extension from Microsoft to your NPS server and run the installer. BY default, the NPS Extension will install to C:\Program Files\Mircosoft\AzureMfa. Once […]

Read More
| by TheIneptOne | No comments

Adding AD Authentication to Linux

We have a number of Linux servers that we manage for various reason and wanted to integrate Single Sign-on with our Active Directory domain accounts for user login for better security and ease of user management. This has been tested on Ubuntu 20.04 LTS. As a prerequisite, create a security group in Active Directory that […]

Read More
| by TheIneptOne | 1 comment

Nagios Web Interface AD Authentication

By default Nagios Core’s web interface only authenticates locally using a .htpasswd file. Each user would have to be manually added to this file along with a few other places within the Nagios configuration files to be able to login and view host/service statuses. When editing a file with Nano, to save your changes to do the […]

Read More