<?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>www.idmwizard.com &#187; Demos</title>
	<atom:link href="http://www.idmwizard.com/category/demos/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.idmwizard.com</link>
	<description>The Identity Management Wizard</description>
	<lastBuildDate>Wed, 09 Nov 2011 14:48:55 +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>Securing USB and CD Drives with temporary group membership</title>
		<link>http://www.idmwizard.com/2011/01/13/securing-usb-and-cd-drives-with-temporary-group-membership/</link>
		<comments>http://www.idmwizard.com/2011/01/13/securing-usb-and-cd-drives-with-temporary-group-membership/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 20:29:19 +0000</pubDate>
		<dc:creator>dimikagi</dc:creator>
				<category><![CDATA[Access Management]]></category>
		<category><![CDATA[ActiveRoles Server]]></category>
		<category><![CDATA[Demos]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[disable cd-rom]]></category>
		<category><![CDATA[disable usb]]></category>
		<category><![CDATA[gpo]]></category>
		<category><![CDATA[group policy]]></category>

		<guid isPermaLink="false">http://www.idmwizard.com/?p=237</guid>
		<description><![CDATA[I recently got asked to show how someone could use Quest&#8217;s ActiveRole Server to temporarily grant access to a CD drive, or USB storage device to a select set of users.  I knew it could be done, and didn&#8217;t think it would take too long to demonstrate.  However, I&#8217;m now on my 3rd day of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I recently got asked to show how someone could use Quest&#8217;s ActiveRole Server to temporarily grant access to a CD drive, or USB storage device to a select set of users.  I knew it could be done, and didn&#8217;t think it would take too long to demonstrate.  However, I&#8217;m now on my 3rd day of devoting some time to this, and it&#8217;s turning out to be a tad bit more difficult than I thought.  The problems are mostly with the logistics, and configurations, as you&#8217;ll see if you continue reading.</p>
<p>The first problem was that I was using VMs (virtual machines), and the USB and CD-ROM are virtualized.  That made me nervous about making sure that it will actually work &#8216;as advertised.&#8217; So I went and got a Windows 7 laptop, joined to my lab domain, to convince myself that what I was doing would work in the &#8216;real world&#8217; since we&#8217;re talking about desktops here.  The short version &#8211; it does, indeed, work in both cases.</p>
<p>After that, I had to find the specific setting.  It turns out there is a lot of information out there, including a few KBs from Microsoft themselves, but nothing really summarizing all the gotchas.  So here is my list, assuming this is all done with native tools and without a COTS (Commercial Off-The-Shelf) product:</p>
<ol>
<li>The only reliable way to block the CD-ROM or USB drive on a large number of machines is through an ADM template that disables access by the system itself to a critical driver.</li>
<li>That access will be blocked for all users on the machine; there is no way to fine grainly select which users can use which devices on a given machine.  The GPO is applied to the computer object, not the user object.</li>
<li>The ADM template uses double-negatives.  You &#8216;Enable&#8217; the ability to set the setting and then set it to &#8216;Disabled&#8217; to turn off the specific drive.  I&#8217;ll explain with a short video below.</li>
<li>The ADM template will &#8216;tattoo&#8217; the machines it is applied to. Tattoos are permanent and so is this setting.  Which means that the setting will persist on the machine, even if the GPO is removed/deleted.  It also means that if you apply a setting, you will have to apply another GPO to explicitly reverse the setting.  You&#8217;ll see this mentioned by Microsoft as a &#8216;preference&#8217; rather a policy in their link below.</li>
<li>For those of you that do not know, GPOs are not instantaneous.  You do not edit a setting, run to a machine, and see the results right away.  Machines actually PULL settings down, and Active Directory DOES NOT push them by default.  This can be overcome, of course, but the default behaviour is the pull.</li>
<li>Because of the pull, and several other factors, it can take minutes and possibly hours to get a setting to a machine.  In the case of hours, it may be that you have to wait for replication to occur from the server where the GPO was edited to the server (domain controller) that your computer is working with.</li>
</ol>
<p>With all those constraints, I set out to put together the recordings below showing how it can be done.  So what I ultimately have is a group where a machine is added and removed as needed to have these settings applied.  Again, the settings, once applied, cannot be removed, but can be toggled from &#8216;enabled&#8217; to &#8216;disabled&#8217; and vice versa.</p>
<p>I got my adm template together, and went ahead and imported it in.  The template I used can be downloaded here (<a href="http://www.idmwizard.com/quest/wb/block_drives.zip" target="_blank">http://www.idmwizard.com/quest/wb/block_drives.zip</a>).  However, after I imported, I found I couldn&#8217;t edit it in GPO Editor.  Specifically, I couldn&#8217;t see the settings I needed to edit. So with some more searching, I discovering that I had to disable some filters in the view.  Here is a video where I do all this, starting with the text of the ADM copied and pasted into Wordpad:</p>
<p><a href="http://www.idmwizard.com/quest/wb/add_adm.mp4" target="_blank">http://www.idmwizard.com/quest/wb/add_adm.mp4</a></p>
<p>Next, I actually looked at how computers could be added to groups in 2 different ways.  The easiest way is through regular group membership.  So in this video, I will simply show a computer getting added and removed from a group.  The difference from native tools is where ActiveRoles Server comes in.  You will see in the video that I can select a machine to be added temporarily.  I can set the addition, and the removal into the future, allowing me to only have the membership be active for a limited amount of time:</p>
<p><a href="http://www.idmwizard.com/quest/wb/temp_group_membership.mp4" target="_blank">http://www.idmwizard.com/quest/wb/temp_group_membership.mp4</a></p>
<p>Another option, though, is through a dynamic group.  Dynamic groups are also an ARS feature which allows you to construct a query-based group.  The cool thing in this next video is that I also use a Virtual Attribute.  That is, I create a flag for the policy to be applied to the Computer object class, but there is no schema extension involved.  ARS keep the attribute tied to the AD object internally, and allows you to work with it as if it were any other property of the particular class.  This is cool because you can have someone toggle this setting to put the machine in as needed:</p>
<p><a href="http://www.idmwizard.com/quest/wb/dynamic_group_membership_with_VA.mp4" target="_blank">http://www.idmwizard.com/quest/wb/dynamic_group_membership_with_VA.mp4</a><a href="http://www.idmwizard.com/quest/wb/dynamic_group_membership_with_VA/index.html" target="_blank"><br />
</a></p>
<p>Having shown all this, I still need to point out that a CD-Burner or a USB device is not the only way to get data out of a building.  Most desktops still have a floppy drive (which is also covered by the policy), a printer (local or networked) and some additional ports in the back.  That parallel port can still take some older devices, such as those Iomega Jazz and Zip drives I used back in the day to make backups.  And then you have all sorts of other devices, like smartphones, that may use different drivers, as well as have cameras built into them to take &#8216;screen shots&#8217; if push comes to shove.  If you know the driver to target, you can always disable it, but it feels like an arms race, to some degree.</p>
<p>After all of this, I&#8217;d probably suggest that you just look at something like ScriptLogic&#8217;s Desktop Authority for doing this (full disclosure &#8211; ScriptLogic is owned by Quest Software).  That tool may seem like overkill for this sort of task, but with all of the hoops one has to jump through to make it happen, it&#8217;s much simpler to use a COTS product, and get onto other things.  It won&#8217;t cover the &#8216;someone taking a picture of the monitor&#8217; scenario&#8217; but it holds up much better than my demonstration which was quite cumbersome to work out and deploy.  Plus, it will let you roll things out closer to &#8216;real time&#8217; rather than waiting for group policies to be replicated and applied.</p>
<p>As for a list of references, there are a number that I could list, but this page was the most useful, not just for the article but for the comments as well: <a href="http://oreilly.com/pub/a/windows/2005/11/15/disabling-usb-storage-with-group-policy.html" target="_blank">http://oreilly.com/pub/a/windows/2005/11/15/disabling-usb-storage-with-group-policy.html</a></p>
<p>The MS KB article that everyone references can be found here: <a href="http://support.microsoft.com/kb/555324" target="_blank">http://support.microsoft.com/kb/555324</a> and this is where I got my ADM template.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.idmwizard.com/2011/01/13/securing-usb-and-cd-drives-with-temporary-group-membership/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://www.idmwizard.com/quest/wb/add_adm.mp4" length="6811558" type="video/mp4" />
<enclosure url="http://www.idmwizard.com/quest/wb/temp_group_membership.mp4" length="7102564" type="video/mp4" />
<enclosure url="http://www.idmwizard.com/quest/wb/dynamic_group_membership_with_VA.mp4" length="11663915" type="video/mp4" />
		</item>
		<item>
		<title>VAS 3.5 &#8211; The current video set</title>
		<link>http://www.idmwizard.com/2010/06/07/vas-3-5-the-current-video-set/</link>
		<comments>http://www.idmwizard.com/2010/06/07/vas-3-5-the-current-video-set/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 20:21:05 +0000</pubDate>
		<dc:creator>dimikagi</dc:creator>
				<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Demos]]></category>
		<category><![CDATA[NIS Migration]]></category>
		<category><![CDATA[Quest]]></category>
		<category><![CDATA[Unix/Linux/Mac]]></category>

		<guid isPermaLink="false">http://www.idmwizard.com/?p=188</guid>
		<description><![CDATA[I posted the following in an entry quite some time ago, but thought it made sense to break out just the VAS ones into a separate post for easier searching.  And so I can reference it in the VAS 4.0 blog post I&#8217;m about to put up after this one. All of the following videos [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I posted the following in an entry quite some time ago, but thought it made sense to break out just the <a href="http://www.quest.com/vas" target="_blank">VAS</a> ones into a separate post for easier searching.  And so I can reference it in the VAS 4.0 blog post I&#8217;m about to put up after this one.</p>
<p>All of the following videos are 1-3 minutes in length, with no audio.  They show some of the core VAS functionality which is found across the board on all operating systems supported by VAS:<br />
<a href="http://www.idmwizard.com/quest/vas/vas35-01-preflight/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-01-preflight/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-02-install_and_join/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-02-install_and_join/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-03-installation_of_quest_ssh_and_getting_sso_through_it/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-03-installation_of_quest_ssh_and_getting_sso_through_it/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-04-unix_enable_user_and_group-password_change-sso_via_ssh/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-04-unix_enable_user_and_group-password_change-sso_via_ssh/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-05-sudo_group_policy_usage_and_config/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-05-sudo_group_policy_usage_and_config/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-06-file_copy_policy_with_replacement_macro/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-06-file_copy_policy_with_replacement_macro/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-07-access_controls_via_user_files/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-07-access_controls_via_user_files/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-08-access_controls_via_windows_group_policy/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-08-access_controls_via_windows_group_policy/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-09-self_enrollment-automatic_local_to_AD_mapping/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-09-self_enrollment-automatic_local_to_AD_mapping/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-10-installing_vasyp_proxy-getting_yp_maps_from_AD/index.html" target="_new"></a></p>
<p>If you happen to have NIS running in your environment, you&#8217;ll want to have a look at the next set of videos that target NIS maps, and how VAS brings them directly out of AD and onto your *nix hosts:</p>
<p><a href="http://www.idmwizard.com/quest/vas/vas35-10-installing_vasyp_proxy-getting_yp_maps_from_AD/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-10-installing_vasyp_proxy-getting_yp_maps_from_AD/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-11-using_the_nis_editor/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-11-using_the_nis_editor/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-12-importing_a_new_nis_map_via_windows/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-12-importing_a_new_nis_map_via_windows/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-13-importing_a_new_nis_map_via_unix_nisedit/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-13-importing_a_new_nis_map_via_unix_nisedit/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas/vas35-14-importing_and_enabling_users_with_vastool_load/index.html" target="_new">http://www.idmwizard.com/quest/vas/vas35-14-importing_and_enabling_users_with_vastool_load/index.html</a></p>
<p>For a nice, complete 18 minute long NIS migration video (with audio!!!!) here is one that I recorded for a particular customer:<br />
<a href="http://www.idmwizard.com/quest/vas_nis_migration/index.html " target="_blank">http://www.idmwizard.com/quest/vas_nis_migration/index.html </a></p>
<p>Here are some additional random VAS videos that I&#8217;ve recorded that are good to keep together.  People often have questions on what the VAS install looks like on the  mac &#8211; here are 2 videos of that:<br />
<a href="http://www.idmwizard.com/quest/vas35_mac_install/index.html" target="_new">http://www.idmwizard.com/quest/vas35_mac_install/index.html</a><br />
<a href="http://www.idmwizard.com/quest/vas35_mac_install_manual/index.html" target="_new">http://www.idmwizard.com/quest/vas35_mac_install_manual/index.html</a></p>
<p>Lastly, here is VAS&#8217; self-enrollment feature on Solaris 10:<br />
<a href="http://www.idmwizard.com/quest/Sol10-VASSelfEnrollment/Sol10-VASSelfEnrollment.html" target="_new">http://www.idmwizard.com/quest/Sol10-VASSelfEnrollment/Sol10-VASSelfEnrollment.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.idmwizard.com/2010/06/07/vas-3-5-the-current-video-set/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Porn, the pop-under and innovation</title>
		<link>http://www.idmwizard.com/2009/12/22/porn-the-pop-under-and-innovation/</link>
		<comments>http://www.idmwizard.com/2009/12/22/porn-the-pop-under-and-innovation/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 03:34:11 +0000</pubDate>
		<dc:creator>dimikagi</dc:creator>
				<category><![CDATA[Authentication]]></category>
		<category><![CDATA[Demos]]></category>
		<category><![CDATA[NIS Migration]]></category>
		<category><![CDATA[Unix/Linux/Mac]]></category>

		<guid isPermaLink="false">http://blog.idmwizard.com/?p=146</guid>
		<description><![CDATA[A long time, when dotcoms rules the land, I was a Dev Manager for www.eTour.com (don&#8217;t bother following the link &#8211; they&#8217;re gone). In those days, we were still trying to introduce people to the web and there was a buzz in the industry that I hadn&#8217;t seen before or since. And one that will [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A long time, when dotcoms rules the land, I was a Dev Manager for <a href="http://www.etour.com/" target="_blank">www.eTour.com</a> (don&#8217;t bother following the link &#8211; they&#8217;re gone). In those days, we were still trying to introduce people to the web and there was a buzz in the industry that I hadn&#8217;t seen before or since. And one that will probably never occur again.</p>
<p>Well, one of the funniest, yet instructional moments came during our death throes. The conversation with the Product Manager went something like this:</p>
<p>Brian: Dmitry, check this out &#8211; we need to do this one the site.</p>
<p>Dmitry (walking over): BC, put that site away &#8211; this is the workplace &#8211; go look at that stuff at home.</p>
<p>BC: no, look at this (closes browser window). See that? There&#8217;s another window under it.</p>
<p>DK: yeah, ok. A porn site with pop-ups &#8211; what&#8217;s your point?</p>
<p>BC: No &#8211; check it out.  They manage to put the pop-up <span style="text-decoration: underline;"><em>under</em></span> the main window.  Watch again.</p>
<p>DK: OK &#8211; I see.  Definitely interesting . . . send me the URL and we&#8217;ll figure it out.</p>
<p>Plain and simple, they came up with the &#8216;pop under&#8217; which was much less obnoxious than the &#8216;pop-up&#8217; that was so prevalent at the time.  I then had to go to one of our (female) developers and ask her to reverse engineer how it was done.  It turns out it was a simple call to a window.blur() function.</p>
<p>Its interesting that porn (followed by gambling) lead innovation in terms of technology.  It certainly was the only thing making money at the time of the dotcom meltdown and a lot of the things you now see with streaming video (a la YouTube) was not developed by Google or some other well-known company, but by those in the &#8216;seedy part&#8217; of the internet.</p>
<p>What does this have to do with &#8216;Identity Management?&#8217; I&#8217;m not sure, but I&#8217;m willing to bet they will continue to innovate, and it will have some sort of impact on the rest of the computing field.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.idmwizard.com/2009/12/22/porn-the-pop-under-and-innovation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

