<?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 grant access to splunk in Security</title>
    <link>https://community.splunk.com/t5/Security/grant-access-to-splunk/m-p/330563#M8464</link>
    <description>&lt;P&gt;where to grant access ..in access control ? give me steps&lt;BR /&gt;
please give me detailed steps on how to gove splunk access with roles &lt;/P&gt;</description>
    <pubDate>Thu, 07 Dec 2017 13:07:46 GMT</pubDate>
    <dc:creator>Mohsin123</dc:creator>
    <dc:date>2017-12-07T13:07:46Z</dc:date>
    <item>
      <title>grant access to splunk</title>
      <link>https://community.splunk.com/t5/Security/grant-access-to-splunk/m-p/330563#M8464</link>
      <description>&lt;P&gt;where to grant access ..in access control ? give me steps&lt;BR /&gt;
please give me detailed steps on how to gove splunk access with roles &lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 13:07:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/grant-access-to-splunk/m-p/330563#M8464</guid>
      <dc:creator>Mohsin123</dc:creator>
      <dc:date>2017-12-07T13:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: grant access to splunk</title>
      <link>https://community.splunk.com/t5/Security/grant-access-to-splunk/m-p/330564#M8465</link>
      <description>&lt;P&gt;Plenty of documentation. Feel free to ask additional  questions on any specific issues you get stuck with. &lt;A href="https://docs.splunk.com/Documentation/Splunk/latest/Security/UseaccesscontroltosecureSplunkdata"&gt;https://docs.splunk.com/Documentation/Splunk/latest/Security/UseaccesscontroltosecureSplunkdata&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 15:11:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/grant-access-to-splunk/m-p/330564#M8465</guid>
      <dc:creator>jplumsdaine22</dc:creator>
      <dc:date>2017-12-07T15:11:51Z</dc:date>
    </item>
    <item>
      <title>Re: grant access to splunk</title>
      <link>https://community.splunk.com/t5/Security/grant-access-to-splunk/m-p/330565#M8466</link>
      <description>&lt;P&gt;@Anonymous&lt;/P&gt;

&lt;P&gt;There are multiple ways you can authenticate users to splunk. &lt;/P&gt;

&lt;P&gt;Below steps for LDAP authentication for Active directory based configuration. for more details check below links,&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Authenticationconf#authentication.conf.example" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Authenticationconf#authentication.conf.example&lt;/A&gt;&lt;BR /&gt;
&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Authorizeconf#authorize.conf.example" target="_blank"&gt;http://docs.splunk.com/Documentation/Splunk/6.6.2/Admin/Authorizeconf#authorize.conf.example&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/system/local/authentication.conf &lt;/P&gt;

&lt;H4&gt;Sample Configuration for Active Directory (AD)&lt;/H4&gt;

&lt;P&gt;[authentication]&lt;BR /&gt;
authSettings = AD&lt;BR /&gt;
authType = LDAP&lt;/P&gt;

&lt;P&gt;[AD]&lt;BR /&gt;
SSLEnabled = 1&lt;BR /&gt;
bindDN = &lt;A href="mailto:ldap_bind@splunksupport.kom" target="_blank"&gt;ldap_bind@splunksupport.kom&lt;/A&gt;&lt;BR /&gt;
bindDNpassword = ldap_bind_user_password&lt;BR /&gt;
groupBaseDN = CN=Groups,DC=splunksupport,DC=kom&lt;BR /&gt;
groupBaseFilter =&lt;BR /&gt;
groupMappingAttribute = dn&lt;BR /&gt;
groupMemberAttribute = member&lt;BR /&gt;
groupNameAttribute = cn&lt;BR /&gt;
host = ADbogus.splunksupport.kom&lt;BR /&gt;
port = 636&lt;BR /&gt;
realNameAttribute = cn&lt;BR /&gt;
userBaseDN = CN=Users,DC=splunksupport,DC=kom&lt;BR /&gt;
userBaseFilter =&lt;BR /&gt;
userNameAttribute = sAMAccountName&lt;BR /&gt;
timelimit = 15&lt;BR /&gt;
network_timeout = 20&lt;BR /&gt;
anonymous_referrals = 0&lt;/P&gt;

&lt;P&gt;[roleMap_AD]&lt;BR /&gt;
admin = SplunkAdmins&lt;BR /&gt;
power = SplunkPowerUsers&lt;BR /&gt;
user = SplunkUsers&lt;BR /&gt;
new_user = adgroupnewuser;adgroupnewuser1  ### AD group name&lt;/P&gt;

&lt;P&gt;$SPLUNK_HOME/etc/system/local/authorize.conf&lt;/P&gt;

&lt;P&gt;[role_new_user]&lt;BR /&gt;
rtsearch = enabled&lt;BR /&gt;
importRoles = user&lt;BR /&gt;
srchFilter = host=foo&lt;BR /&gt;
srchIndexesAllowed = *&lt;BR /&gt;
srchIndexesDefault = mail;main&lt;BR /&gt;
srchJobsQuota   = 8&lt;BR /&gt;
rtSrchJobsQuota = 8&lt;BR /&gt;
srchDiskQuota   = 500&lt;/P&gt;

&lt;P&gt;I hope this helps&lt;/P&gt;</description>
      <pubDate>Tue, 29 Sep 2020 17:10:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/grant-access-to-splunk/m-p/330565#M8466</guid>
      <dc:creator>sbbadri</dc:creator>
      <dc:date>2020-09-29T17:10:14Z</dc:date>
    </item>
  </channel>
</rss>

