Page 1 of 1
Nagios fusion with active directory integration
Posted: Fri Sep 21, 2012 1:05 pm
by kubben
i've just upgraded our fusion to Nagios Fusion 2012R1.2 and installed the Active Directory Integration.
though php-ldap is indeed installed via yum, when i attempt to "apply settings" to test it the warning:
LDAP libraries not installed! To install them, log into the server, and run 'yum install php-ldap'.
appears.
rpm -qa php-ldap
php-ldap-5.1.6-34.el5_8
thoughts?
Re: Nagios fusion with active directory integration
Posted: Fri Sep 21, 2012 1:09 pm
by mguthrie
Try restarting apache to reload the function libraries into php. The component is failing ldap functions aren't being found.
Re: Nagios fusion with active directory integration
Posted: Fri Sep 21, 2012 2:27 pm
by kubben
that allowed it to save enabled.
authentication isn't working, but that's on our side.
we need to be able to bind as a user to do the authentication, such as:
cn=queryuser,ou=serviceaccounts,ou=administrative accounts, dc=domains,dc=com
with a password.
in addition to our BaseDN we have User DN and Additional Group DN
is there a way i can still use this?
Re: Nagios fusion with active directory integration
Posted: Fri Sep 21, 2012 2:35 pm
by mguthrie
The password actually gets passed from the login page. So once you've at the AD information, the login page will still show the username and password. The only difference is that the username and password are authenticated against AD instead of Nagios Fusion.
Oh, also forgot to mention, the username still needs to exist in Fusion as well.
The AD and LDAP auth components are a fairly basic implementation, so at the moment I don't think it can validate off of multiple domains.