Page 3 of 4

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Fri Oct 23, 2015 10:42 am
by tgriep
This error that you posted earlier
500 Internal Server error.
Kind of points to a permission issue on the folders that Apache is trying to load.
Can you run the following and post back the output?

Code: Select all

grep nag /etc/passwd
grep nag /etc/group

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Fri Oct 23, 2015 11:57 am
by krobertson71

Code: Select all

[nagios@nagxxxx1 log]$ grep nag /etc/passwd
nagios:x:981:100::/home/nagios:/bin/bash
[nagios@nagxxxx1 log]$

Code: Select all

[nagios@nagixxxx1 log]$ grep nag /etc/group
apache:x:48:nagios
nagios:x:9550:nagios,apache
nagcmd:x:9551:nagios,apache

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Fri Oct 23, 2015 12:37 pm
by tgriep
Lets change the permissions on the files in that folder and see if that resolves it.
Try running this to do that.

Code: Select all

cd /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/
chmod 775 *
Let us know if this works for you.

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Fri Oct 23, 2015 4:12 pm
by krobertson71
No change.

At this point I am not sure what could be going on... Maybe zip up the files in the directory so you can see if something is wrong there?

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Mon Oct 26, 2015 9:54 am
by tgriep
My fault, I forgot to add recursive to the command.
Can you run this in that folder?

Code: Select all

chmod -R 775 *

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Wed Oct 28, 2015 8:57 pm
by krobertson71
Still no joy.

Not sure what is going on here.

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Thu Oct 29, 2015 10:38 am
by tmcdonald
Would you be willing/able to open a ticket for this? I think a remote session is in order.

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Mon Nov 02, 2015 10:17 am
by krobertson71
I am going to try a couple of things. This server is our test box, as mentioned before. I am going to try to upgrade a new test server running 2.7 and see how that turns out.

If we could leave this thread open until I can accomplish that, that would be great.

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Mon Nov 02, 2015 10:26 am
by hsmith
I'll leave it open. Let us know what you come up with. Thanks!

Re: LDAP / AD Integration option in Admin leads to blank pag

Posted: Tue Nov 24, 2015 10:08 am
by krobertson71
Rebuilt the test server. Created some monitoring configurations.. Upgraded.. ALL GOOD.

Must have been too much "Testing" on the test server.

When upgrading within the GUI.. The red banner did appear saying the Upgrade did not complete but the info window did show "Upgrade Complete!!!" with 0 errors.

AD Integration is working fine.

Needs a search box as it will not show all ID's in a group if it has many users.

Also it would be nice if you could just associate an AD group with contact groups , etc... versus user by user.