Thanks for following up with the details letting me know that PHP 5.4.16 are working on other instances. You stated the following: "...p2n was working fine until I enabled AD integration -- and I've never been able to login [to the XI web GUI regardless of AD or Local account] since."
I want to go forward and verify that we ruled that out with the API commands earlier by doing the following:
From Command line:
Code: Select all
curl -XPOST "https://yournagiosaddresshere/nagiosxi/api/v1/authenticate?pretty=1" -d "username=nagiosadmin&password=<yourlocaladminpassword>&valid_min=15" -kCode: Select all
{
"username": "nagiosadmin",
"user_id": "1",
"auth_token": "704df2d61882f431c4c3dbb9672efd4c19580745",
"valid_min": 15,
"valid_until": "Mon, 04 Oct 2021 13:55:33 -0500"
}
Code: Select all
https://yournagiosaddresshere/nagiosxi/login.php?token=<auth_token>- *Where you see <auth_toke> in the URL, put the "auth_token" from the output results from the curl command.
- Example: https://yournagiosaddresshere/nagiosxi/login.php?token=704df2d61882f431c4c3dbb9672efd4c19580745
Thanks,
Perry