<?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>AG&#039;s Latest! &#187; policy</title>
	<atom:link href="http://web2.tigs.com.au/blogs/agit/tag/policy/feed/" rel="self" type="application/rss+xml" />
	<link>http://web2.tigs.com.au/blogs/agit</link>
	<description>Total randomness...</description>
	<lastBuildDate>Sun, 15 Aug 2010 11:26:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Creating Group Policy ADM for Firefox Extension</title>
		<link>http://web2.tigs.com.au/blogs/agit/2010/02/02/creating-group-policy-adm-for-firefox-extention/</link>
		<comments>http://web2.tigs.com.au/blogs/agit/2010/02/02/creating-group-policy-adm-for-firefox-extention/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 12:30:28 +0000</pubDate>
		<dc:creator>agreenlees</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[adm]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[admx]]></category>
		<category><![CDATA[extention]]></category>
		<category><![CDATA[FrontMotion]]></category>
		<category><![CDATA[GP]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[preference]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[setting]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://web2.tigs.com.au/blogs/agit/?p=330</guid>
		<description><![CDATA[At the school that I work for we have been using the Group Policy enabled version of Mozilla Forefox from FrontMotion for some time now. We have discussed the idea on several occasions whether or not to allow staff to install extensions. I have decided to set an allowed location (locally hosted) in group policy  <a href='http://web2.tigs.com.au/blogs/agit/2010/02/02/creating-group-policy-adm-for-firefox-extention/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>At the school that I work for we have been using the Group Policy enabled version of Mozilla Forefox from <a title="FrontMotion CE" href="http://www.frontmotion.com/FMFirefoxCE/index.htm" target="_blank">FrontMotion</a> for some time now. We have discussed the idea on several occasions whether or not to allow staff to install extensions. I have decided to set an allowed location (locally hosted) in group policy where staff can find approved extensions to install.</p>
<p>However, we still required the ability to control some of the settings within these extensions. I was able to achieve this by creating Group Policy ADM templates for these extensions. The ADM templates are written to control the about:config settings of the extension which can be found by browsing to about:config in Firefox and filtering for the desired extension. The preferences are set at as a MACHINE CLASS (Computer Policy) and are locked preferences. Below is an example and explanation of a couple of settings of an ADM template for the IEView extension (comments in <em><span style="color: #ff0000">red</span></em>): [Complete ADM example attached at the end of this post]<em><br />
</em></p>
<p><span style="color: #ff0000"><em>- <em><strong></strong></em>Define the CLASS type</em></span><br />
<em>CLASS MACHINE<strong></strong></em></p>
<p><span style="color: #ff0000"><em>- Set the main category name (folder under Administrative Templates in Group Policy)</em></span><em><br />
CATEGORY &#8220;Mozilla Advanced Options for Extensions&#8221;</em></p>
<p><span style="color: #ff0000"><em>- Set the preferences to be locked preferences</em></span><em><br />
KEYNAME &#8220;Software\Policies\Mozilla\lockPref&#8221;</em></p>
<p><em><span style="color: #ff0000">- Set the category/extension name (level under main category)</span><br />
CATEGORY &#8220;IEView&#8221;</em></p>
<p><em><strong><span style="color: #ff0000">Boolean type preference for the Close Page on Reload setting (On or OFF)</span></strong><br />
<span style="color: #ff0000"><br />
- POLICY = Setting name</span><br />
POLICY &#8220;Close Page on Reload&#8221;<br />
<span style="color: #ff0000">- EXPLAIN = Explanation of what the setting does</span><br />
EXPLAIN &#8220;Enables or disables the close page after reload option&#8221;<br />
<span style="color: #ff0000">- VALUENAME = about:config Preference Name for the setting</span><br />
VALUENAME &#8220;ieview.closeReloadPage&#8221;<br />
<span style="color: #ff0000">- VALUEON = The value for the setting when enabled in Group Policy</span><br />
VALUEON 1<br />
</em><em><span style="color: #ff0000">- VALUEOFF = The value for the setting when disabled in Group Policy</span></em><br />
<em>VALUEOFF 0<br />
<span style="color: #ff0000">- END POLICY = Ends the options for the current setting</span><br />
END POLICY</em></p>
<p><em><span style="color: #ff0000"><strong>String type preference for the Filter List setting (string of values)</strong></span><br />
</em></p>
<p><em><span style="color: #ff0000">- POLICY = Setting name</span></em><br />
<em>POLICY &#8220;Filter List&#8221;<br />
</em><em><span style="color: #ff0000">- EXPLAIN = Explaination of what the setting does</span></em><br />
<em>EXPLAIN &#8220;Sets list of sites to always open in IE. Sites are separated by spaces. Use * for wildcard.&#8221;<br />
<span style="color: #ff0000">- PART = &#8220;list&#8221; EDITTEXT, sets the values for the &#8220;list&#8221; part of the setting and edits the current vales</span><br />
PART &#8220;List&#8221; EDITTEXT<br />
<span style="color: #ff0000">- DEFAULT = When the setting is enabled in Group Policy, the DEFAULT string values will automatically be filled in</span><br />
DEFAULT &#8220;file:///* http://*update.microsoft.com/ http://www.windowsupdate.com/&#8221;<br />
</em><em><span style="color: #ff0000">- VALUENAME = about:config Preference Name for the setting</span></em><br />
<em>VALUENAME &#8220;ieview.forceielist&#8221;<br />
</em><em><span style="color: #ff0000">- END PART = Ends the options for the current PART of the setting</span></em><br />
<em>END PART<br />
</em><em><span style="color: #ff0000">- END POLICY = Ends the options for the current setting</span></em><br />
<em>END POLICY</em></p>
<p><em><span style="color: #ff0000">- END CATEGORY = Ends the extension name category</span><br />
END CATEGORY</em></p>
<p><em><span style="color: #ff0000">- END CATEGORY = Ends the main category</span></em><br />
<em>END CATEGORY</em></p>
<p><em><a rel="lightbox" href="http://web2.tigs.com.au/blogs/agit/files/2010/01/IEView_ADM.jpg"><img class="alignnone size-full wp-image-349" title="IEView_ADM" src="http://web2.tigs.com.au/blogs/agit/files/2010/01/IEView_ADM.jpg" alt="IEView_ADM" width="503" height="175" /></a><br />
</em></p>
<p>I hope that made at least a little bit of sense.</p>
<p>Find a complete example <a title="ADM" href="http://web2.tigs.com.au/files/IEView.adm" target="_blank">here</a>.<em><br />
</em>Download the RAR file <a title="RAR" href="http://web2.tigs.com.au/files/IEView.rar" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://web2.tigs.com.au/blogs/agit/2010/02/02/creating-group-policy-adm-for-firefox-extention/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
