<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>WorkingScripts &#187; Security</title>
	<atom:link href="http://workingscripts.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://workingscripts.com</link>
	<description>The Stuff that Just Works</description>
	<lastBuildDate>Thu, 27 Oct 2011 17:03:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>PeopleSoft Security Logging</title>
		<link>http://workingscripts.com/2009/08/peoplesoft-security-logging/</link>
		<comments>http://workingscripts.com/2009/08/peoplesoft-security-logging/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 16:24:10 +0000</pubDate>
		<dc:creator>Iouri Chadour</dc:creator>
				<category><![CDATA[PeopleSoft]]></category>
		<category><![CDATA[PeopleTools]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://workingscripts.com/2009/08/peoplesoft-security-logging/</guid>
		<description><![CDATA[This question came up during the recent application security audit – how does PeopleSoft track user sign in attempts and locations. Aside from the obvious PSOPRDEFN table there is PSACCESSLOG – this table has OPRID, LOGIPADDRESS, LOGINDTTM, LOGOUTDTTM columns that give you information about user sign on activity. LOGIPADDRESS will contain the RemoteAddr property&#160; of&#160; <a href='http://workingscripts.com/2009/08/peoplesoft-security-logging/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>This question came up during the recent application security audit – how does PeopleSoft track user sign in attempts and locations. </p>
<p>Aside from the obvious PSOPRDEFN table there is PSACCESSLOG – this table has OPRID, LOGIPADDRESS, LOGINDTTM, LOGOUTDTTM columns that give you information about user sign on activity. LOGIPADDRESS will contain the <font color="#0000ff">RemoteAddr</font> property&#160; of&#160; <font color="#0000ff">%Request</font> object, which is also useful in case you validate user ip address at the sign on. The only problem this could pose is in case your users are behind a single or multiple gateways that perform NAT. Then the value of this field would contain those NATed ip addresses and not the actual user ip addresses. </p>
]]></content:encoded>
			<wfw:commentRss>http://workingscripts.com/2009/08/peoplesoft-security-logging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

