<?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>ServiceNow Guru &#187; ACLs Archives </title>
	<atom:link href="http://www.servicenowguru.com/tag/acls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.servicenowguru.com</link>
	<description>ServiceNow Consulting Scripting Administration Development</description>
	<lastBuildDate>Mon, 30 Jan 2012 23:21:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What Everybody Should Know About ServiceNow Security</title>
		<link>http://www.servicenowguru.com/showcase/servicenow-security-tips/</link>
		<comments>http://www.servicenowguru.com/showcase/servicenow-security-tips/#comments</comments>
		<pubDate>Thu, 30 Jun 2011 16:56:51 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Showcase]]></category>
		<category><![CDATA[System Definition]]></category>
		<category><![CDATA[ACLs]]></category>
		<category><![CDATA[Business rules]]></category>
		<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[System Security]]></category>
		<category><![CDATA[UI policy]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3638</guid>
		<description><![CDATA[Follow these guidelines to make sure you&#8217;re using the right security technique for every situation! S ecurity in ServiceNow is a very important, but often very confusing subject to get the hang of. ACLs, business rules, client scripts, and UI policies can all affect the security in your system to varying levels. Improper use of [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/showcase/servicenow-security-tips/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Identifying the Client or Session IP Address</title>
		<link>http://www.servicenowguru.com/scripting/identifying-client-session-ip-address/</link>
		<comments>http://www.servicenowguru.com/scripting/identifying-client-session-ip-address/#comments</comments>
		<pubDate>Mon, 28 Feb 2011 15:28:09 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[ACLs]]></category>
		<category><![CDATA[GlideSession]]></category>
		<category><![CDATA[IP Address]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=3421</guid>
		<description><![CDATA[A s a Service-now administrator or consultant, you may run into situations where it is necessary to identify the IP address of a user session before performing some action. These situations are almost always security-related. For example, you may want to restrict the &#8216;Delete&#8217; operation for Change request tickets to users at a specific location, [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/identifying-client-session-ip-address/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Allow Group Managers to Manage Group Members</title>
		<link>http://www.servicenowguru.com/system-definition/group-managers-manage-group-members/</link>
		<comments>http://www.servicenowguru.com/system-definition/group-managers-manage-group-members/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 19:48:22 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[System Definition]]></category>
		<category><![CDATA[ACLs]]></category>
		<category><![CDATA[Group membership]]></category>
		<category><![CDATA[Groups]]></category>
		<category><![CDATA[List Control]]></category>
		<category><![CDATA[System Security]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=1882</guid>
		<description><![CDATA[I often get the request to set up access for group managers to be able to manage the members of their groups in Service-now. This configuration isn&#8217;t too difficult to set up but it does involve a few different pieces. It&#8217;s also important to consider your group setup in your system before allowing access in [...]]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/system-definition/group-managers-manage-group-members/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>One Field Shared Between Many Tables</title>
		<link>http://www.servicenowguru.com/scripting/one-field-shared-between-many-tables/</link>
		<comments>http://www.servicenowguru.com/scripting/one-field-shared-between-many-tables/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 00:06:58 +0000</pubDate>
		<dc:creator>Mark Stanger</dc:creator>
				<category><![CDATA[Scripting]]></category>
		<category><![CDATA[ACLs]]></category>
		<category><![CDATA[Change management]]></category>
		<category><![CDATA[Client scripts]]></category>
		<category><![CDATA[Dictionary]]></category>
		<category><![CDATA[Incident management]]></category>
		<category><![CDATA[Problem management]]></category>
		<category><![CDATA[Reference qualifiers]]></category>
		<category><![CDATA[System Security]]></category>
		<category><![CDATA[UI policy]]></category>

		<guid isPermaLink="false">http://www.servicenowguru.com/?p=594</guid>
		<description><![CDATA[One common problem I encounter with Service-now deployments has to do with the sharing of a field between many tables extended off of the same parent table.  Because the Task table and the Configuration Item table make heavy use of extended tables this is where I see the problem most often.  What is the best way to make changes to a shared field for the table that I'm working on, but not impact other tables that may be using the same field?]]></description>
		<wfw:commentRss>http://www.servicenowguru.com/scripting/one-field-shared-between-many-tables/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

