Hello
@murdock
I am following up from the previous post, after talking to others on our team and have found out that we the AD component that you are referring to has been dismantled. Any XI 5+ system should not have the active_directory OR the ldapauth components, those are old and will conflict with the new one that does both called ldap_ad_integration.
You will need to do this:
First, set nagiosadmin to a local account (if it isn't already) and logout/log back into the system with it. Which you have already done.
Then, disable active directory authentication in Admin > Manage Components > Active Directory > Settings, double check Admin > Manage Components > LDAP Auth > Settings is disabled as well.
Then setup the new component (copying the info from the old) in Admin > LDAP / AD Integration.
-- See below if you have questions
https://assets.nagios.com/downloads/nagiosxi/docs/Authenticating-and-Importing-Users-with-Active-Directory-in-Nagios-XI.pdf
See here as well if you have issues:
https://support.nagios.com/kb/article/active-directory-ldap-troubleshooting-authentication-integration-600.html
Once you've done that and tested login functionality you can run these commands to get rid of the old components:
rm -rf /usr/local/nagiosxi/html/includes/components/active_directory
rm -rf /usr/local/nagiosxi/html/includes/components/ldapauth
Please let us know how things look,
Perry