<?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: How to use REST to find LDAP mapped groups (roles and the AD group(s) they are mapped to) in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/348657#M64046</link>
    <description>&lt;P&gt;This is much better. Thank you!&lt;/P&gt;</description>
    <pubDate>Thu, 02 Nov 2017 14:09:33 GMT</pubDate>
    <dc:creator>blacknight659</dc:creator>
    <dc:date>2017-11-02T14:09:33Z</dc:date>
    <item>
      <title>How to use REST to find LDAP mapped groups (roles and the AD group(s) they are mapped to)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/348655#M64044</link>
      <description>&lt;P&gt;I needed to find my roles were mapped to LDAP active directory groups. I ended up with the search below. It works, but I wanted to post it here to help others and/or ask the community for ideas on improvement. &lt;/P&gt;

&lt;P&gt;I wanted to view the configuration stanza in /etc/system/local/authentication.conf under the [My_LDAP] stanza. Here, I can see which roles are assigned to my AD groups. I made the search below. You will notice the |transpose command. This helped to format the data in a more usable way. &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/configs/conf-authentication/My_LDAP
| transpose header_field=a column_name=role
| rename "row 1" as AD_Group
| search role!="eai:*" role!=id role=*
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Nov 2017 20:34:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/348655#M64044</guid>
      <dc:creator>blacknight659</dc:creator>
      <dc:date>2017-11-01T20:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to use REST to find LDAP mapped groups (roles and the AD group(s) they are mapped to)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/348656#M64045</link>
      <description>&lt;P&gt;Give this a try&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;| rest /services/admin/LDAP-groups splunk_server=local | table title roles | rename title as AD_Group
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 01 Nov 2017 21:02:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/348656#M64045</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2017-11-01T21:02:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to use REST to find LDAP mapped groups (roles and the AD group(s) they are mapped to)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/348657#M64046</link>
      <description>&lt;P&gt;This is much better. Thank you!&lt;/P&gt;</description>
      <pubDate>Thu, 02 Nov 2017 14:09:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/348657#M64046</guid>
      <dc:creator>blacknight659</dc:creator>
      <dc:date>2017-11-02T14:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to use REST to find LDAP mapped groups (roles and the AD group(s) they are mapped to)</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/672849#M112694</link>
      <description>&lt;P&gt;Thank you it helps&lt;/P&gt;</description>
      <pubDate>Thu, 28 Dec 2023 17:01:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/How-to-use-REST-to-find-LDAP-mapped-groups-roles-and-the-AD/m-p/672849#M112694</guid>
      <dc:creator>adoumbia</dc:creator>
      <dc:date>2023-12-28T17:01:24Z</dc:date>
    </item>
  </channel>
</rss>

