DX Application Performance Management

  • 1.  LDAP Integration

    Posted Aug 24, 2016 05:58 AM

    Hi,

     

    I have a query regarding LDAP Integration with CA APM.

    I have integrated LDAP to CA APM successfully and able to authenticate users individually.

    But when I configured Group in domains.xml and server.xml it is showing :

     

    8/24/16 11:44:47.852 AM CEST [WARN] [WebView] User has no read permissions in any domain: 310196378

     

    Can anyone please help me in understanding, do I need to mention users separately in domains.xml

     

    Appreciate your quick response !

     

    Regards,

    Siddharth

     



  • 2.  Re: LDAP Integration

    Broadcom Employee
    Posted Aug 24, 2016 09:04 AM

    Hi Siddharth:

    You don't say which LDAP server that you are using. If this is AD ,Looks like you are failing in authorization.  . Yes the four users are in users.xml. See teh Security Guide for details

     

    May also want to check this part

     

    </property>

            <property name="groupObjectQuery">

                <value>(&amp;(objectClass=group)(cn={0}))</value>  -- HERE

            </property>

            <property name="useSSL">

                <value>false</value>

            </property>

            <property name="plainTextPasswords">

                <value>false</value>

            </property>

            <property name="groupMemberQuery">

                <value>(&amp;(objectClass=group)(member=%u))</value>  -- OR HERE

     

    Work with your LDAP Admin to check all is okay on LDAP side



  • 3.  Re: LDAP Integration
    Best Answer



  • 4.  Re: LDAP Integration

    Broadcom Employee
    Posted Aug 25, 2016 11:11 AM

    Hi Siddharth:

    Marking this as answered since the likely resolution was provided in adding the users as well. You are welcomed to ask follow-up questions as needed

     

    Thanks

    Hal German



  • 5.  Re: LDAP Integration

    Posted Aug 26, 2016 01:09 AM

    Thanks... !!