Active Directory Integration - setting up security
Posted: Mon Oct 14, 2013 12:43 pm
I have Active Directory Integration working when I have Security set to None. I wen through the document and was able to create the cacerts.pem without any issues. The document doesn't mention changing the security setting in Active Directory Integration module to SSL or TLS. I tried both but neither one worked. Is this setting required in NagiosXI to encrypt the connection or does the setting in ldap.conf is making the secured connection: "TLS_CACERT /etc/openldap/cacerts.pem" ?
http://assets.nagios.com/downloads/nagi ... ponent.pdf
ldap.conf
http://assets.nagios.com/downloads/nagi ... ponent.pdf
ldap.conf
Code: Select all
#
# LDAP Defaults
#
# See ldap.conf(5) for details
# This file should be world readable but not world writable.
#BASE dc=example,dc=com
#URI ldap://ldap.example.com ldap://ldap-master.example.com:666
#SIZELIMIT 12
#TIMELIMIT 15
#DEREF never
TLS_CACERTDIR /etc/openldap/cacerts
TLS_CACERT /etc/openldap/cacerts.pem