<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ldap in Dynatrace Managed in Dynatrace Managed Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124081#M897</link>
    <description>&lt;P&gt;I believe your refer to that page: &lt;A href="https://docs.dynatrace.com/managed/shortlink/managed-ldap" target="_blank" rel="noopener noreferrer"&gt;Manage users and groups via LDAP&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why do we need Users query&lt;/STRONG&gt;&lt;STRONG&gt; ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The user query is used to find a particular user in AD and get the details like meta data or group membership. If a user exists in AD then a password hash can be validated to authenticate the user. To authorize a user group membership attributes are retrieved and mapped to groups configured in Dynatrace.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For example a user "John" logs in. User query is executed to AD and we received:&lt;/P&gt;
&lt;PRE&gt; "memberOf(working-group, employees)"&lt;/PRE&gt;
&lt;P&gt;In Dynatrace you have configured a group "Cluster admins" that is mapped to AD group "working-group" and a group "Environment A viewers" that is mapped to "employees". Group query is executed to verify that both groups exists in AD and create a mapping.&lt;/P&gt;
&lt;P&gt;Then the user "John" is assigned to Dynatrace group "Cluster admins" and a group "employees" as he's a member of both AD groups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why do we need Group query&lt;/STRONG&gt;&lt;STRONG&gt; ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The group query is used to validate the correctness of group configuration in Dynatrace (mapping of a Dynatrace group and AD groups). By the query results Dynatrace knows which of the configured AD groups exist in AD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do the local account get deleted or just disabled when i enable LDAP? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you enable LDAP, you are no longer able to create internal users. All existing users will be overwritten by LDAP user accounts when they log-in. There's a special "admin" account that will be still active, so you can log-in and adjust configuration. You can remove that user if you want, be then you are vulnerable to lock-in if your LDAP stops to work. In that case the only rescue is to contact Dynatrace support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Mar 2025 13:45:50 GMT</pubDate>
    <dc:creator>Radoslaw_Szulgo</dc:creator>
    <dc:date>2025-03-12T13:45:50Z</dc:date>
    <item>
      <title>Ldap in Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124080#M896</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have a few questions about LDAP if someone could answer them :&lt;/P&gt;
&lt;P&gt;First of all i'm not sure i understood the principle from the official documentation so i'm just going to tell you what i know.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1- What we did is We succeeded the connection to the Host so connectivity is OK&lt;/P&gt;
&lt;P&gt;2- Groups Query is also okay&lt;/P&gt;
&lt;P&gt;3- here is my question&lt;/P&gt;
&lt;P&gt;Why do we need Users query&lt;/P&gt;
&lt;P&gt;What i thought at first was :&lt;/P&gt;
&lt;P&gt;1- create Groups on Active Directory&lt;/P&gt;
&lt;P&gt;2- Assign Users to those groups in Active directory (by active Directory team not in Dynatrace)&lt;/P&gt;
&lt;P&gt;3- Call out those groups in Dynatrace and Assign rights to the groups (in Dynatrace) not the users =&amp;gt; So when i assign rights to a specific group =&amp;gt; All the users on AD who are in that groups will have those rights.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But then when i found that i have to do a User Query i didn't really understand why ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another question is : Do the local account get deleted or just disabled when i enable LDAP because i want to enable it to test but i'm not sure it will work and i will need those local accounts back working.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2023 12:49:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124080#M896</guid>
      <dc:creator>service_apms</dc:creator>
      <dc:date>2023-04-12T12:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ldap in Dynatrace Managed</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124081#M897</link>
      <description>&lt;P&gt;I believe your refer to that page: &lt;A href="https://docs.dynatrace.com/managed/shortlink/managed-ldap" target="_blank" rel="noopener noreferrer"&gt;Manage users and groups via LDAP&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why do we need Users query&lt;/STRONG&gt;&lt;STRONG&gt; ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The user query is used to find a particular user in AD and get the details like meta data or group membership. If a user exists in AD then a password hash can be validated to authenticate the user. To authorize a user group membership attributes are retrieved and mapped to groups configured in Dynatrace.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For example a user "John" logs in. User query is executed to AD and we received:&lt;/P&gt;
&lt;PRE&gt; "memberOf(working-group, employees)"&lt;/PRE&gt;
&lt;P&gt;In Dynatrace you have configured a group "Cluster admins" that is mapped to AD group "working-group" and a group "Environment A viewers" that is mapped to "employees". Group query is executed to verify that both groups exists in AD and create a mapping.&lt;/P&gt;
&lt;P&gt;Then the user "John" is assigned to Dynatrace group "Cluster admins" and a group "employees" as he's a member of both AD groups.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Why do we need Group query&lt;/STRONG&gt;&lt;STRONG&gt; ?&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The group query is used to validate the correctness of group configuration in Dynatrace (mapping of a Dynatrace group and AD groups). By the query results Dynatrace knows which of the configured AD groups exist in AD.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Do the local account get deleted or just disabled when i enable LDAP? &lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;If you enable LDAP, you are no longer able to create internal users. All existing users will be overwritten by LDAP user accounts when they log-in. There's a special "admin" account that will be still active, so you can log-in and adjust configuration. You can remove that user if you want, be then you are vulnerable to lock-in if your LDAP stops to work. In that case the only rescue is to contact Dynatrace support.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 13:45:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124081#M897</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2025-03-12T13:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP DYNATRACE MANAGED</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124082#M898</link>
      <description>&lt;P&gt;Thank you so much&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Oct 2019 09:14:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124082#M898</guid>
      <dc:creator>service_apms</dc:creator>
      <dc:date>2019-10-10T09:14:54Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP DYNATRACE MANAGED</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124083#M899</link>
      <description>&lt;P&gt;I have another question if you may : &lt;/P&gt;i configured LDAP on one of our Environments and when the users try and connect i can see them being added to the users list but they can not access so i do not know which password should they use&lt;BR /&gt;I assumed that they would use their Active Directory Passwordbut it is not working&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Oct 2019 10:12:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124083#M899</guid>
      <dc:creator>service_apms</dc:creator>
      <dc:date>2019-10-10T10:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP DYNATRACE MANAGED</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124084#M900</link>
      <description>&lt;P&gt;Yes - AD password of course. After successful configuration of LDAP you need to configure group mapping and assign permissions to environments. Please follow our guide :&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.dynatrace.com/managed/shortlink/managed-ldap#map-dynatrace-managed-groups-to-ldap-groups" target="_blank" rel="noopener noreferrer"&gt;Map Dynatrace Managed groups to LDAP groups&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 13:46:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124084#M900</guid>
      <dc:creator>Radoslaw_Szulgo</dc:creator>
      <dc:date>2025-03-12T13:46:21Z</dc:date>
    </item>
    <item>
      <title>Re: LDAP DYNATRACE MANAGED</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124085#M901</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Oct 2019 16:20:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-Managed-Q-A/Ldap-in-Dynatrace-Managed/m-p/124085#M901</guid>
      <dc:creator>service_apms</dc:creator>
      <dc:date>2019-10-10T16:20:23Z</dc:date>
    </item>
  </channel>
</rss>

