How to disable the LDAP integration if you cannot login to Spectrum OneClick anymore
search cancel

How to disable the LDAP integration if you cannot login to Spectrum OneClick anymore

book

Article ID: 48583

calendar_today

Updated On:

Products

CA Spectrum

Issue/Introduction

In the case that it is not possible to disable the LDAP integration via OneClick > Administration > LDAP Configuration, how to disable the LDAP integration?

Environment

Release: 20.2.x
Component: SPCOCK - Spectrum OneClick

Resolution

You can disable the integration with changing the web.xml configuration file directly.

  • Drop all active OneClick Clients via OneClick Client Details screen.
  • Stop OneClick Tomcat.
  • Open the $SPECROOT/tomcat/webapps/spectrum/WEB-INF/web.xml file and change following tag from EXTERNALSSO back into the default BASIC:

    <login-config>
    <auth-method>BASIC</auth-method>
    <realm-name>SPECTRUM</realm-name>
    </login-config>

  • Thereafter restart OneClick Tomcat.

The further LDAP configuration like connectionURL can be found on the $SPECROOT\tomcat\webapps\spectrum\META-INF\context.xml.