Log server LDAP authentication issue
Posted: Tue Jan 25, 2022 2:49 pm
I am setting up a new Nagios Log Server on Ubuntu 20.04. Initial install has been completed, however I am attempting to setup LDAP authentication, following the directions in this document: https://assets.nagios.com/downloads/nag ... d-LDAP.pdf
It did not work, users are unable to authenticate with their LDAP credentials. Previously, when I had a similar issue on a CentOS installation of Nagios Log Server, I followed the directions outlined in this document, and it worked: https://assets.nagios.com/downloads/nag ... d-LDAP.pdf
However, the directions aren't lining up with what I am seeing on my Ubuntu 20.04 instance. First of all, OpenLDAP is not installed, so there is no /etc/openldap/ directory. I manually created the /etc/openldap directory, and then followed the directions. But now what? It says for Ubuntu to execute the following:
Where is that root.crt file supposed to come from? Also, in the previous step, the /etc/openldap/ldap.conf file is supposed to be modified. I have no such file, since openldap isn't installed. Should it be installed?
Thank you in advance.
It did not work, users are unable to authenticate with their LDAP credentials. Previously, when I had a similar issue on a CentOS installation of Nagios Log Server, I followed the directions outlined in this document, and it worked: https://assets.nagios.com/downloads/nag ... d-LDAP.pdf
However, the directions aren't lining up with what I am seeing on my Ubuntu 20.04 instance. First of all, OpenLDAP is not installed, so there is no /etc/openldap/ directory. I manually created the /etc/openldap directory, and then followed the directions. But now what? It says for Ubuntu to execute the following:
Code: Select all
cp root.crt /usr/local/share/ca-certificates/Thank you in advance.