<?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 Users missing from Access Control in Security</title>
    <link>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487058#M11170</link>
    <description>&lt;P&gt;We have almost 500 Splunk users in our organization (a mix of local and LDAP). About 200+ of our Splunk users are no longer appearing in the "User" tab under Access Control. A mix of both local users and LDAP users are not visible however they are still able to login to Splunk and use it without issues. Unfortunately I'm not able to administer their account through the GUI though.&lt;/P&gt;

&lt;P&gt;We are using a search-head cluster on Splunk v7.3.2. I've already logged into each individual search-head and verified they are missing from all of them.&lt;/P&gt;

&lt;P&gt;Any advice to point me in the right direction on how to solve this is greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Nov 2019 21:44:44 GMT</pubDate>
    <dc:creator>chillsgrove</dc:creator>
    <dc:date>2019-11-19T21:44:44Z</dc:date>
    <item>
      <title>Users missing from Access Control</title>
      <link>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487058#M11170</link>
      <description>&lt;P&gt;We have almost 500 Splunk users in our organization (a mix of local and LDAP). About 200+ of our Splunk users are no longer appearing in the "User" tab under Access Control. A mix of both local users and LDAP users are not visible however they are still able to login to Splunk and use it without issues. Unfortunately I'm not able to administer their account through the GUI though.&lt;/P&gt;

&lt;P&gt;We are using a search-head cluster on Splunk v7.3.2. I've already logged into each individual search-head and verified they are missing from all of them.&lt;/P&gt;

&lt;P&gt;Any advice to point me in the right direction on how to solve this is greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Nov 2019 21:44:44 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487058#M11170</guid>
      <dc:creator>chillsgrove</dc:creator>
      <dc:date>2019-11-19T21:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Users missing from Access Control</title>
      <link>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487059#M11171</link>
      <description>&lt;P&gt;Check the rest api command below: &lt;/P&gt;

&lt;P&gt;|rest /services/authentication/users splunk_server=local&lt;BR /&gt;
|fields title roles realname|rename title as userName|rename realname as Name&lt;/P&gt;

&lt;P&gt;Or run the command through CLI, but I believe the rest api can give you a better output format&lt;/P&gt;

&lt;P&gt;./splunk list user&lt;BR /&gt;
username:       admin&lt;BR /&gt;
full-name:      Administrator&lt;BR /&gt;
role:           admin &lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 04:40:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487059#M11171</guid>
      <dc:creator>ivanreis</dc:creator>
      <dc:date>2019-11-20T04:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Users missing from Access Control</title>
      <link>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487060#M11172</link>
      <description>&lt;P&gt;Using the rest api command I get a return result of 292 users. However, in the $SPLUNKHOME/etc/users directory there are 451 users listed. I'm missing about 159 users in the GUI.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2019 23:21:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487060#M11172</guid>
      <dc:creator>chillsgrove</dc:creator>
      <dc:date>2019-11-20T23:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Users missing from Access Control</title>
      <link>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487061#M11173</link>
      <description>&lt;P&gt;We are getting same error, did you find an explanation of why a big chunk of users might be missing when pulling via REST API? &lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 19:59:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487061#M11173</guid>
      <dc:creator>cosminstefanmar</dc:creator>
      <dc:date>2020-02-21T19:59:21Z</dc:date>
    </item>
    <item>
      <title>Re: Users missing from Access Control</title>
      <link>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487062#M11174</link>
      <description>&lt;P&gt;Yes. Here is the solution that worked for us:&lt;/P&gt;

&lt;P&gt;Option 1:&lt;/P&gt;

&lt;P&gt;In your authorize.conf file you have a stanza named [role_system_admin] remove the next two attributes:&lt;/P&gt;

&lt;P&gt;edit_roles_grantable = enabled&lt;/P&gt;

&lt;P&gt;grantableRoles = system_admin&lt;/P&gt;

&lt;P&gt;These lines were required in the older versions of Splunk. Now however they are causing the issues you are seeing.&lt;/P&gt;

&lt;P&gt;It is recommended to make a backup of the file, remove these two lines, and then restart Splunk. This will need to be done on all of your search heads.&lt;/P&gt;

&lt;P&gt;NEXT STEPS&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;In your SH diag, I see that in authorize.conf, under the [role_admin] stanza&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;edit_roles_grantable = enabled&lt;/P&gt;

&lt;P&gt;grantableRoles = admin&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Please edit etc/system/local/authorize.conf and from the [role_admin] stanza, remove the line&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;grantableRoles = admin&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;&lt;P&gt;Restart Splunk on the SH&lt;/P&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;P&gt;Login to the SH as an admin user and check if missing users are visible.&lt;/P&gt;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Wed, 30 Sep 2020 04:19:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/487062#M11174</guid>
      <dc:creator>chillsgrove</dc:creator>
      <dc:date>2020-09-30T04:19:05Z</dc:date>
    </item>
    <item>
      <title>Re: Users missing from Access Control</title>
      <link>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/539193#M12083</link>
      <description>&lt;P&gt;Hello, I am experiencing this issue as well with SAML and using Splunk 8.1.2. We have over 50+ users in SAML. THey are being mapped in authentication.conf to roles that do exist. When i run the rest call above it only shows me 20 users. These 20 users are also only showing up in the GUI. BUT when i run that rest command and add the username of someone who is missing, it returns results for that user.&amp;nbsp;&lt;BR /&gt;I need some assistance here and i have a feeling that this may be a bug ticket. Does anyone have any information at all?&lt;/P&gt;</description>
      <pubDate>Tue, 09 Feb 2021 15:37:08 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Users-missing-from-Access-Control/m-p/539193#M12083</guid>
      <dc:creator>adobrzeniecki</dc:creator>
      <dc:date>2021-02-09T15:37:08Z</dc:date>
    </item>
  </channel>
</rss>

