Skip to main content
Question

LDAP Problem with contact template

  • July 12, 2022
  • 3 replies
  • 203 views

Forum|alt.badge.img+1

Hi there,

We need to configure the LDAP on Centreon 22.04.0, but impossible to complete the configuration because in the contact template section nothing is displayed.

We tried on all web browsers nothing is displayed anyone has an idea.

We are on the last VM download on the official site of Centreon.

Thanks for your help.

3 replies

kduret
Centreonian
Forum|alt.badge.img+10
  • Centreonian
  • July 13, 2022

Hi !

Did you create a contact template in Configuration > Users > Contact Templates ?

It’s a mandatory parameter which allow to define notification parameters for LDAP imported users.


Forum|alt.badge.img+1
  • Author
  • Steward *
  • July 13, 2022

Hi,
Thank you for your help, we have added the contact template.
After correctly configuring ldap, OU users do not come up.
Is this normal or is there an additional procedure to perform.

Thanks


kduret
Centreonian
Forum|alt.badge.img+10
  • Centreonian
  • July 13, 2022

There is a probably a mistake in your configuration regarding your LDAP configuration.

Before configure LDAP in centreon, you can try to check if LDAP browsing works :

ldapsearch -D "<bind_user>" -w <bind_password> -p <ldap_port> -h <ldap_address> -b "<base_dn>" -s sub "<user_search>"