DX NetOps

 View Only

Tech Tip: How to disable the LDAP integration if you cannot login to OneCli

  • 1.  Tech Tip: How to disable the LDAP integration if you cannot login to OneCli

    Broadcom Employee
    Posted Jan 13, 2014 10:25 AM

    Tech Tip: How to disable the LDAP integration if you cannot login to OneClick

    CA Spectrum Tech Tip by Bill Wolforth, Senior Support Engineer for January 13, 2014

    Description:

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

    Solution:

    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.