Search found 8 matches

by Mahantesh
Thu Dec 20, 2018 5:56 am
Forum: Open Source Nagios Projects
Topic: LDAP authentication
Replies: 2
Views: 1674

LDAP authentication

Hi, I need to use AD-LDAP auhentication for Nagios web Sign-in access; but do not want to write AD user credentials in the nagios.conf file or any other nagios file. In AD, I would create a group (nagios_users) of 5 users for those the Nagios access to be enabled upon authentication through LDAP
by Mahantesh
Mon Dec 17, 2018 1:24 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Enable access to multiple AD users
Replies: 3
Views: 1510

Re: Nagios Core - Enable access to multiple AD users

Hi, Got it working with use_authentication set to 1 Now I have another requirement.. Need to have both nagiosadmin default web authentication, as well as AD users to access Nagios. Both types working separately. If I add the block of lines of both nagiosadmin and block of lines of one of the AD user...
by Mahantesh
Fri Dec 14, 2018 1:52 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Enable access to multiple AD users
Replies: 3
Views: 1510

Nagios Core - Enable access to multiple AD users

Hi, I have configured nagios.conf to enable LDAP-AD authentication. I have enabled 2 AD users . Both can Sign-in. 1. How to enable full access to these users ? Ex: Restart the Nagios process in Process Info tab of Web UI 2. How to regulate access to these users ? Ex: For one of the users, need to gi...
by Mahantesh
Tue Dec 11, 2018 5:29 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Apache -LDAP configurations
Replies: 9
Views: 5493

Re: Nagios Core - Apache -LDAP configurations

Thanks, good job :) sAMAccountName was the culprit. 1. 'Require ldap-group CN=johns_Group, OU=LAB,DC=test-lab,DC=abc,DC=local' <--- This exists or no, has no effect. john can login even if this line is removed. how to explain 2. If I want to give access to 5 AD users, how can I add them in nagios.co...
by Mahantesh
Fri Dec 07, 2018 6:37 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Apache -LDAP configurations
Replies: 9
Views: 5493

Re: Nagios Core - Apache -LDAP configurations

Yes, that gets everything ldapsearch -x -D "CN=john\, connor,OU=LAB,DC=test-lab,DC=abc,DC=local" -W -H ldap://10.10.10.10 -b "OU=LAB,DC=test-lab,DC=abc,DC=local" -s sub 'sAMAccountName=connoj' reworked on the nagios.conf parameters, this is what I have now: ScriptAlias /nagios/cg...
by Mahantesh
Thu Dec 06, 2018 2:22 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Apache -LDAP configurations
Replies: 9
Views: 5493

Re: Nagios Core - Apache -LDAP configurations

I have been checking the logs (please see pasted below), it says password mismatch which is a 'lie'. If fact, just now checked in the event viewer logs of LDAP server (Win 2012), I see requests reaching there. It shows IP address of my nagios host and my AD user name who requested LDAP authenticatio...
by Mahantesh
Tue Dec 04, 2018 7:06 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Apache -LDAP configurations
Replies: 9
Views: 5493

Re: Nagios Core - Apache -LDAP configurations

Thanks. used exact file. didn't help. 1. Why are there question marks in AuthLDAPURL ?sAMAccountName?sub? is sAMAccountName to be replaced with AD user name ? I tried changing it to ?AD_user_name?sub? no change in response and what are "sub?" & (objectClass=*)"NONE ? 2. AuthLDAPBi...
by Mahantesh
Mon Dec 03, 2018 2:29 am
Forum: Open Source Nagios Projects
Topic: Nagios Core - Apache -LDAP configurations
Replies: 9
Views: 5493

Nagios Core - Apache -LDAP configurations

What is wrong with the parameters in this nagios.conf file ? It does not accept the AD user credentials in the web login prompt. All same LDAP parameters if used in a separate php-ldap module, in the same setup, it authenticates. But Nagios rejects and keeps prompting login window. httpd.conf has th...