<?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 Compare SSH users against authorized user list. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Compare-SSH-users-against-authorized-user-list/m-p/38755#M7159</link>
    <description>&lt;P&gt;I have a table that shows the usernames logging into to my various servers. I want to compare these results to a list of users I have specified in order to notice any users that should not be accessing certain systems.&lt;/P&gt;

&lt;P&gt;Basically, I am looking to that verify usernames are in the "authorized user" array/list.&lt;/P&gt;</description>
    <pubDate>Fri, 17 May 2013 20:40:46 GMT</pubDate>
    <dc:creator>nickabal</dc:creator>
    <dc:date>2013-05-17T20:40:46Z</dc:date>
    <item>
      <title>Compare SSH users against authorized user list.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Compare-SSH-users-against-authorized-user-list/m-p/38755#M7159</link>
      <description>&lt;P&gt;I have a table that shows the usernames logging into to my various servers. I want to compare these results to a list of users I have specified in order to notice any users that should not be accessing certain systems.&lt;/P&gt;

&lt;P&gt;Basically, I am looking to that verify usernames are in the "authorized user" array/list.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2013 20:40:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Compare-SSH-users-against-authorized-user-list/m-p/38755#M7159</guid>
      <dc:creator>nickabal</dc:creator>
      <dc:date>2013-05-17T20:40:46Z</dc:date>
    </item>
    <item>
      <title>Re: Compare SSH users against authorized user list.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Compare-SSH-users-against-authorized-user-list/m-p/38756#M7160</link>
      <description>&lt;P&gt;That can be solved well with a lookup. For example, define a CSV file that contains two columns:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;username,status
bob,okay
john,deleted
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Define an automatic lookup that appends the status column to your search results based on the username. Then look for users that either have no value for status or have a value different from "okay".&lt;/P&gt;

&lt;P&gt;You could also do lookups against a database, or join data from a second indexed source - what is best depends on your environment.&lt;/P&gt;</description>
      <pubDate>Fri, 17 May 2013 21:26:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Compare-SSH-users-against-authorized-user-list/m-p/38756#M7160</guid>
      <dc:creator>martin_mueller</dc:creator>
      <dc:date>2013-05-17T21:26:13Z</dc:date>
    </item>
  </channel>
</rss>

