<?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: Where are users' roles stored, or how can I copy users' roles from one Splunk instance to another? in Security</title>
    <link>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241278#M6734</link>
    <description>&lt;P&gt;The user roles are stored in Authorize.conf file. If you've any custom role created, then they should be available in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/&lt;/CODE&gt; OR &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&lt;/CODE&gt; folder. Just copy the authorize.conf and restart the Splunk instance. More details here.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Security/Addandeditroleswithauthorizeconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Security/Addandeditroleswithauthorizeconf&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2015 13:43:03 GMT</pubDate>
    <dc:creator>somesoni2</dc:creator>
    <dc:date>2015-09-28T13:43:03Z</dc:date>
    <item>
      <title>Where are users' roles stored, or how can I copy users' roles from one Splunk instance to another?</title>
      <link>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241277#M6733</link>
      <description>&lt;P&gt;I followed the instructions in &lt;A href="http://answers.splunk.com/answers/3426/copy-users-from-one-server-to-the-other.html#answer-3432"&gt;this answer&lt;/A&gt; (and their comments too) but I can't copy the user's roles from one Splunk to another.&lt;/P&gt;

&lt;P&gt;Where are user's roles stored? I checked the &lt;CODE&gt;$SPLUNK_HOME/etc/users&lt;/CODE&gt; folder and it does not seem to contain such information.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:57:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241277#M6733</guid>
      <dc:creator>marco_sulla</dc:creator>
      <dc:date>2015-09-28T12:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: Where are users' roles stored, or how can I copy users' roles from one Splunk instance to another?</title>
      <link>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241278#M6734</link>
      <description>&lt;P&gt;The user roles are stored in Authorize.conf file. If you've any custom role created, then they should be available in &lt;CODE&gt;$SPLUNK_HOME/etc/system/local/&lt;/CODE&gt; OR &lt;CODE&gt;$SPLUNK_HOME/etc/apps/&lt;/CODE&gt; folder. Just copy the authorize.conf and restart the Splunk instance. More details here.&lt;/P&gt;

&lt;P&gt;&lt;A href="http://docs.splunk.com/Documentation/Splunk/6.2.0/Security/Addandeditroleswithauthorizeconf"&gt;http://docs.splunk.com/Documentation/Splunk/6.2.0/Security/Addandeditroleswithauthorizeconf&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 13:43:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241278#M6734</guid>
      <dc:creator>somesoni2</dc:creator>
      <dc:date>2015-09-28T13:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Where are users' roles stored, or how can I copy users' roles from one Splunk instance to another?</title>
      <link>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241279#M6735</link>
      <description>&lt;P&gt;Also from the path  "somesoni2" as mentioned, from authorize.conf you will have to copy the contents of the stanza which starts as below. &lt;/P&gt;

&lt;P&gt;[roleMap_]&lt;/P&gt;

&lt;P&gt;Note: Dont copy the entire authorize.conf as it has hashed password for binding to AD, in case you use AD integration. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 13:48:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241279#M6735</guid>
      <dc:creator>bohrasaurabh</dc:creator>
      <dc:date>2015-09-28T13:48:27Z</dc:date>
    </item>
    <item>
      <title>Re: Where are users' roles stored, or how can I copy users' roles from one Splunk instance to another?</title>
      <link>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241280#M6736</link>
      <description>&lt;P&gt;I found it. User's roles are stored in &lt;CODE&gt;$SPLUNK_HOME/etc/passwd&lt;/CODE&gt; file. So I you have also to copy that file if you want to sync users between two Splunk instances.&lt;BR /&gt;
To recap:&lt;BR /&gt;
Follow &lt;A href="http://answers.splunk.com/answers/3426/copy-users-from-one-server-to-the-other.html#answer-3432"&gt;these instructions&lt;/A&gt; (and the info in comments) if you have to sync users and roles for the first time.&lt;BR /&gt;
Later, you have to sync only:&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;$SPLUNK_HOME/etc/users&lt;/LI&gt;
&lt;LI&gt;$SPLUNK_HOME/etc/system/local/authorize.conf (or wherever you put it)&lt;/LI&gt;
&lt;LI&gt;$SPLUNK_HOME/etc/passwd&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Mon, 28 Sep 2015 13:53:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241280#M6736</guid>
      <dc:creator>marco_sulla</dc:creator>
      <dc:date>2015-09-28T13:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Where are users' roles stored, or how can I copy users' roles from one Splunk instance to another?</title>
      <link>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241281#M6737</link>
      <description>&lt;P&gt;passed file is for local authentication only and not Roles and Privileges. &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:11:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241281#M6737</guid>
      <dc:creator>bohrasaurabh</dc:creator>
      <dc:date>2015-09-28T14:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where are users' roles stored, or how can I copy users' roles from one Splunk instance to another?</title>
      <link>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241282#M6738</link>
      <description>&lt;P&gt;Connection between roles and users are stored in that file. Please check.&lt;BR /&gt;
authorize.conf does only contains roles, not connection between users and roles.&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2015 14:51:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Security/Where-are-users-roles-stored-or-how-can-I-copy-users-roles-from/m-p/241282#M6738</guid>
      <dc:creator>marco_sulla</dc:creator>
      <dc:date>2015-09-28T14:51:29Z</dc:date>
    </item>
  </channel>
</rss>

