Error Authenticating User in Realm LDAP
search cancel

Error Authenticating User in Realm LDAP

book

Article ID: 188932

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

 

Experiencing the following error message that I have attached to this support ticket. Can you please advise as to what will need to be modified for this error to rectify? 

Environment

Release : 10.7.0

Component : APM Agents

Cause

Use of serverCertificate in realms.xml

Resolution


https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/it-operations-management/application-performance-management/10-7/administrating/apm-security/securing-introscope/securing-introscope-using-ldap.html
serverCertificate in realms.xml
Use of serverCertificate property is deprecated as it is not reliable sometimes.

Use the following procedure to establish trust between the EM and LDAP server:Include the root CA certificate and all intemediate certificates in the EM JRE truststore.

Delete or comment out the serverCertificate property configuration.

You can use keytool utlity included in JRE to add certificate into the truststore or to list existing certificates.

Name of the certificate file. Supported certificate types are of type X.509, and base64-encoded.

If not specified, default certificate authorities that the JVM provides are used (see http://java.sun.com/j2se/1.5/docs/index.html).