TLTDR; Need help importing AD users. We've followed steps similar to our old nagios xi server. Still won't work. Need help getting it to work.
I've been trying to import our AD Users to our nagios xi server. We have added the correct servers, base DN, Account Suffix, Domain Controllers, and Security settings = SSL/TLS. We have also uploaded the correct certificates we use for our Active Directory. We are also entering correct user credentials with privileges that should work. We have verified the credentials and settings with our old nagios server. The error after we attempt to import the users is this: Unable to authenticate: error:0A000086:SSL routines::certificate verify failed (unable to get issuer certificate)
This is the os version we are trying to use for our new nagios xi server
Code: Select all
cat /etc/os-release
NAME="CentOS Stream"
VERSION="9"
ID="centos"
Code: Select all
tail -f /var/log/httpd/error_log /var/log/httpd/ssl_error_log
In the ssl_error.log we get this a ton
Code: Select all
[proxy_fcgi:error] [pid 3158:tid 3308] [client Internet.Protocol.4.address:10832] AH01071: Got error 'PHP message: PHP Warning: ldap_bind(): Unable to bind to server: Can't contact LDAP server in /usr/local/nagiosxi/html/includes/components/ldap_ad_integration/adLDAP/src/adLDAP.php on line 714'
We tried to follow the steps here: viewtopic.php?p=357415&hilit=Active+Directory#p357415 with no success. I can confirm that the crt, pem, db, and password files are all there.
I also made sure to put the log level to 7 by following these steps: https://nagiosenterprises.my.site.com/s ... n-4057bf19
What can I do next to try and solve this issue?