Page 2 of 2

Re: Importing users from Core -> XI migration

Posted: Thu Oct 07, 2021 3:27 pm
by aylesworth
Thanks Perry,

Here's the output from htpasswd:

Code: Select all

[root@nagios-core ~]# cat /usr/local/nagios/etc/htpasswd.users
davpel:(-----)
nagiosadmin:(-----)
[root@nagios-core ~]#
There are a number of users that log into this instance of Core to manage alerts yet only two accounts show in htpasswd.

The command for listing that you provided a few contact names, but is still missing my account, which I am currently logged in with, so I'm not sure what else it is missing there.

Re: Importing users from Core -> XI migration

Posted: Fri Oct 08, 2021 10:36 am
by pbroste
Hello @aylesworth

LDAP configuration for Auth' in 'Core' validated off of OU's configured and passed. 'Core' did not log user sessions when authenticated LDAP.

By viewing the nagios.cfg and/or httpd Apache config will determine which OU(s) (users groups) could log into 'Core' via LDAP Auth.

Thanks,
Perry