Ldap(OID) users failed to access the nagios information.
Posted: Mon Jan 19, 2015 5:58 am
We have configured Single Sign On for nagios application using apache webgate. SSO configuration includes OAM and OID. Once the nagios application accessd by users it will be redirected to OAM login page and it will validates the entered username and password from OID(LDAP.). After that we are able to login successful, but users not able to view the information on nagios page. Can you please let me know is there any additional configuration changes required to get it work.
But before implementing SSO, users are stored in htpasswd.users file under /usr/local/nagios/etc/htpasswd.users and those users able to access the information on the nagios page with out any issue.
<Directory "/usr/local/nagios/sbin">
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>
But before implementing SSO, users are stored in htpasswd.users file under /usr/local/nagios/etc/htpasswd.users and those users able to access the information on the nagios page with out any issue.
<Directory "/usr/local/nagios/sbin">
Options ExecCGI
AllowOverride None
Order allow,deny
Allow from all
AuthName "Nagios Access"
AuthType Basic
AuthUserFile /usr/local/nagios/etc/htpasswd.users
Require valid-user
</Directory>