Page 2 of 2

Re: need help configuring ldaps for auth

Posted: Wed May 20, 2020 3:29 pm
by ssax
Please do this:

Code: Select all

mkdir /etc/openldap/cacerts
chown -R apache.nagios /etc/openldap/cacerts*
chown apache.nagios /etc/openldap/certs
chown apache.nagios /etc/openldap/certs/*.crt
chown apache.nagios /etc/openldap/certs/*.pem
Then restart apache and try again:

Code: Select all

service httpd restart
If that doesn't work, try removing the /etc/openldap/cacerts.pem line from your /etc/openldap/ldap.conf, restart httpd, and test again.

If that still doesn't work, remove all the certs from the XI web interface, and re-add them back in and test again.

Re: need help configuring ldaps for auth

Posted: Wed May 20, 2020 4:02 pm
by teh0015
so it looks like this *is now working

At first I was getting intermittent success - which bothers me more than complete failure - and shortly after sending off a query to the powers that be asking why I was seeing both successful and failed logins to the DC from XI in Splunk it started to work consistently.

Fancy that.

Thank you for your help.
You can close this.

Re: need help configuring ldaps for auth

Posted: Thu May 21, 2020 7:28 am
by scottwilkerson
teh0015 wrote:so it looks like this *is now working

At first I was getting intermittent success - which bothers me more than complete failure - and shortly after sending off a query to the powers that be asking why I was seeing both successful and failed logins to the DC from XI in Splunk it started to work consistently.

Fancy that.

Thank you for your help.
You can close this.
Ok.

Locking thread