<?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: user with multiple roles in Security</title>
    <link>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46891#M1539</link>
    <description>&lt;P&gt;The problem was caused by a search filter set on role 'A' in authorize.conf.&lt;/P&gt;

&lt;P&gt;here is the solution:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/57026/multiple-roles-inherited-from-ldap-group-memberships"&gt;http://splunk-base.splunk.com/answers/57026/multiple-roles-inherited-from-ldap-group-memberships&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
    <pubDate>Fri, 30 Nov 2012 15:06:17 GMT</pubDate>
    <dc:creator>harald_leitl</dc:creator>
    <dc:date>2012-11-30T15:06:17Z</dc:date>
    <item>
      <title>user with multiple roles</title>
      <link>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46887#M1535</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;
I got following behavior.&lt;/P&gt;

&lt;P&gt;An ldap user is member of two roles. (role A = ldap groupA &amp;amp; role B = ldap groupB)&lt;/P&gt;

&lt;P&gt;role A has properties set to srchIndexesAllowed = index1;index2;index3&lt;BR /&gt;
role B has properties set to srchIndexesAllowed = index2;index4;index5&lt;/P&gt;

&lt;P&gt;When searching for index=* the user only sees indexes from role A (index1;index2;index3).&lt;/P&gt;

&lt;P&gt;In Splunk manager the user has both roles assigned.&lt;/P&gt;

&lt;P&gt;What am I doing wrong?&lt;/P&gt;

&lt;P&gt;we are currently running on 4.3.3.&lt;/P&gt;

&lt;P&gt;thx,&lt;/P&gt;

&lt;P&gt;harry&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 10:17:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46887#M1535</guid>
      <dc:creator>harald_leitl</dc:creator>
      <dc:date>2012-11-28T10:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: user with multiple roles</title>
      <link>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46888#M1536</link>
      <description>&lt;P&gt;Hi harald_leitl&lt;/P&gt;

&lt;P&gt;have a look at this &lt;A href="http://splunk-base.splunk.com/answers/50175/ldap-authentication-troubleshooting-information"&gt;answer&lt;/A&gt;, where you can find some basic ldap troubleshooting tips.&lt;/P&gt;

&lt;P&gt;cheers,&lt;/P&gt;

&lt;P&gt;Mus&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 14:57:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46888#M1536</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2012-11-28T14:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: user with multiple roles</title>
      <link>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46889#M1537</link>
      <description>&lt;P&gt;I don't think I have a problem with authentication and ldap.&lt;/P&gt;

&lt;P&gt;In splunk manager I see that both splunk roles are assigned to the user.&lt;/P&gt;

&lt;P&gt;However, it seems the user only gets capabilities of role 'A'.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 16:02:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46889#M1537</guid>
      <dc:creator>harald_leitl</dc:creator>
      <dc:date>2012-11-28T16:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: user with multiple roles</title>
      <link>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46890#M1538</link>
      <description>&lt;P&gt;As explained above, role 'A' is allowed to search through index1;index2;index3 and role 'B' is allowed to search through index2;index4;index5.&lt;/P&gt;

&lt;P&gt;I thought, if I assign both roles the user would be capable of searching through index1;index2;index3;index4 and index5.&lt;/P&gt;

&lt;P&gt;my search to verify the result:&lt;/P&gt;

&lt;P&gt;index=*&lt;/P&gt;

&lt;P&gt;The result I got:&lt;BR /&gt;
Only events from index1;index2;index3 were included in the result.&lt;/P&gt;

&lt;P&gt;The result I was looking for:&lt;BR /&gt;
events from index1;index2;index3;index4 and index5 are shown&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2012 16:02:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46890#M1538</guid>
      <dc:creator>harald_leitl</dc:creator>
      <dc:date>2012-11-28T16:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: user with multiple roles</title>
      <link>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46891#M1539</link>
      <description>&lt;P&gt;The problem was caused by a search filter set on role 'A' in authorize.conf.&lt;/P&gt;

&lt;P&gt;here is the solution:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/57026/multiple-roles-inherited-from-ldap-group-memberships"&gt;http://splunk-base.splunk.com/answers/57026/multiple-roles-inherited-from-ldap-group-memberships&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Fri, 30 Nov 2012 15:06:17 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/user-with-multiple-roles/m-p/46891#M1539</guid>
      <dc:creator>harald_leitl</dc:creator>
      <dc:date>2012-11-30T15:06:17Z</dc:date>
    </item>
  </channel>
</rss>

