Search found 88 matches

by NMFSTeam
Tue Oct 26, 2021 4:22 pm
Forum: Nagios Log Server
Topic: LDAP authentication issue
Replies: 23
Views: 5832

Re: LDAP authentication issue

The first command using openssl s_client command failed, since I didn't have SSL configured on the frontend of the application yet. I went ahead and did that, so now users can access using https. After that, I went in to the web GUI, removed the certificates I had added under the LDAP/AD Integration...
by NMFSTeam
Mon Oct 18, 2021 10:30 am
Forum: Nagios Log Server
Topic: LDAP authentication issue
Replies: 23
Views: 5832

Re: LDAP authentication issue

Results have been sent via PM.
by NMFSTeam
Wed Oct 13, 2021 1:10 pm
Forum: Nagios Log Server
Topic: LDAP authentication issue
Replies: 23
Views: 5832

Re: LDAP authentication issue

We are using the Nagios provided OVA to run this server in a VMware vSphere environment. We have not made any changes to the image, except for running updates using the "yum update" command.

I ran the requested command, and it came back showing that SElinux is disabled.
by NMFSTeam
Mon Sep 27, 2021 1:48 pm
Forum: Nagios Log Server
Topic: LDAP authentication issue
Replies: 23
Views: 5832

Re: LDAP authentication issue

There is no nagios service. I bounced httpd, elasticsearch, and logstash. Nothing earth shattering in the logs. Here is an excerpt from the access_log: 10.0.0.5 - - [27/Sep/2021:18:44:29 +0000] "POST /nagioslogserver/login HTTP/1.1" 303 - "http://192.168.2.7/nagioslogserver/login"...
by NMFSTeam
Fri Sep 24, 2021 10:50 am
Forum: Nagios Log Server
Topic: LDAP authentication issue
Replies: 23
Views: 5832

Re: LDAP authentication issue

We have edited the file and added the debugging option. Do we need to restart any services? Which log file should we look at to see the results?

Thank you.
by NMFSTeam
Wed Sep 22, 2021 12:46 pm
Forum: Nagios Log Server
Topic: LDAP authentication issue
Replies: 23
Views: 5832

Re: LDAP authentication issue

I don't have nmap installed, but I do have netcat.

Code: Select all

nc -v ldap-server.example.com 636
Ncat: Version 7.50 ( https://nmap.org/ncat )
Ncat: Connected to 192.168.1.1:636.
^C
by NMFSTeam
Thu Sep 16, 2021 11:14 am
Forum: Nagios Log Server
Topic: LDAP authentication issue
Replies: 23
Views: 5832

Re: LDAP authentication issue

Here is the output w/debugging: ldapsearch -x -LLL -h ldap-server.example.com -p 636 -D "uid=michael.blower,ou=People,dc=example,dc=com" -W -b "ou=People,dc=example,dc=com" -s sub "(objectClass*)" givenName -v -d 1 ldap_initialize( ldap://ldap-server.example.com:636 ) l...
by NMFSTeam
Thu Sep 16, 2021 10:31 am
Forum: Nagios XI
Topic: Nagios XI disable an account - notifications?
Replies: 3
Views: 239

Re: Nagios XI disable an account - notifications?

Sounds good, thank you.
by NMFSTeam
Fri Sep 10, 2021 7:46 am
Forum: Nagios XI
Topic: Nagios XI disable an account - notifications?
Replies: 3
Views: 239

Nagios XI disable an account - notifications?

If we disable a user's account in Nagios XI, will that user still receiving notifications? Thank you.
by NMFSTeam
Fri Sep 10, 2021 6:39 am
Forum: Nagios Log Server
Topic: LDAP authentication issue
Replies: 23
Views: 5832

Re: LDAP authentication issue

Yes, I have a test VM I can use for this. Or we could just install openldap-clients on the Nagios Log Server VM (OVA), if it won't interfere with anything.