Nagios fusion with active directory integration

This support forum board is for questions relating to Nagios Fusion.
Locked
kubben
Posts: 19
Joined: Thu Jun 21, 2012 3:15 pm

Nagios fusion with active directory integration

Post 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?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Nagios fusion with active directory integration

Post by mguthrie »

Try restarting apache to reload the function libraries into php. The component is failing ldap functions aren't being found.
kubben
Posts: 19
Joined: Thu Jun 21, 2012 3:15 pm

Re: Nagios fusion with active directory integration

Post 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?
mguthrie
Posts: 4380
Joined: Mon Jun 14, 2010 10:21 am

Re: Nagios fusion with active directory integration

Post 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.
Locked