Page 1 of 1

Nagios 4.2.1 - and Active Directory Integration

Posted: Fri Mar 23, 2018 8:34 am
by emi65
Hi expert
I like to know if there is the way to log in into Nagios application using Active Directory

Does it exist a way to make this integration whit nagios core ?

Thanks
Emilio

Re: Nagios 4.2.1 - and Active Directory Integration

Posted: Fri Mar 23, 2018 9:15 am
by mcapra
This is more of an Apache question since Nagios Core piggy-backs off Apache for it's authentication. To which the answer is yes, you can have Apache use AD for it's basic authentication:
https://httpd.apache.org/docs/trunk/mod ... _ldap.html

Re: Nagios 4.2.1 - and Active Directory Integration

Posted: Fri Mar 23, 2018 3:27 pm
by kyang
Thanks for the help @mcapra!