Search found 6 matches
- Wed Jan 16, 2019 8:46 am
- Forum: Nagios XI
- Topic: NRDP without TLS
- Replies: 5
- Views: 557
Re: NRDP without TLS
Yes, thanks for your support.
- Wed Jan 16, 2019 2:58 am
- Forum: Nagios XI
- Topic: NRDP without TLS
- Replies: 5
- Views: 557
Re: NRDP without TLS
Unfortunately this is not possible (http is hardcoded). Resolved this by disabling https redirects in/etc/httpd/conf.d/nagiosxi.conf . My heart bleeds.
- Tue Jan 15, 2019 6:45 am
- Forum: Nagios XI
- Topic: NRDP without TLS
- Replies: 5
- Views: 557
NRDP without TLS
How can I disable TLS for NRDP? At the moment I get "302 Found" code and redirect to "https://<IP>/nrdp" after executing, for example, curl http://<IP>/nrdp . The software I am using can't really speak TLS (nor handle redirects, most probably). I get that would decrease security ...
- Thu Jan 10, 2019 6:56 am
- Forum: Nagios XI
- Topic: Don't create users / groups in offline installation
- Replies: 4
- Views: 710
Re: Don't create users / groups in offline installation
Managed to resolve the issue by temporarily leaving AD (removing lsass entries in /etc/nsswitch.conf for passwd).
- Thu Jan 10, 2019 2:29 am
- Forum: Nagios XI
- Topic: Don't create users / groups in offline installation
- Replies: 4
- Views: 710
Re: Don't create users / groups in offline installation
The user nagios is in AD so it doesn't really exist in /etc/passwd.
- Wed Jan 09, 2019 7:51 am
- Forum: Nagios XI
- Topic: Don't create users / groups in offline installation
- Replies: 4
- Views: 710
Don't create users / groups in offline installation
How can I omit the the step ./2-usersgroups in an offline installation? Creating the installed.usersgroups in the fullinstall directory didn't do the trick. I have to omit it because of an existing user in AD and the install script is failing here: Running './2-usersgroups'... Adding users and group...