Back to ITRS Internal Only FAQ

Internal documentation only

This page has been marked as draft.

LDAP

Context: The client has been using the LDAP service but wants to change LDAPS and know the steps. Steps on changing LDAPS: To use LDAPS, i.e add only the encryption, the file should be edited: /etc/elasticsearch/properties.yml Copied

It should be enough to change these settings Copied

port: 636

ssl_enabled: true

ssl_trust_all_certs: true

After editing the file, reload the configuration Copied

curl -sS -uUSER:PASSWORD localhost:9200/_logserver/auth/reload -XPOST

or restart the service Copied

systemctl restart elasticsearch

["Geneos"] ["FAQ"]

Was this topic helpful?