<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Sun&#8217;s VirtualBox 3.1.x: Getting VRDP (remote desktop) to authenticate properly with Linux PAM</title>
	<atom:link href="http://froebe.net/blog/index.php/2010/01/22/suns-virtualbox-3-1-x-getting-vrdp-remote-desktop-to-authenticate-properly-with-linux-pam/feed/" rel="self" type="application/rss+xml" />
	<link>http://froebe.net/blog/2010/01/22/suns-virtualbox-3-1-x-getting-vrdp-remote-desktop-to-authenticate-properly-with-linux-pam/</link>
	<description>Tips &#38; Tricks for Databases (Sybase, Oracle, MySQL, PostgreSQL, SQLite), Windows, Linux, Solaris, Perl, Java, Bash and so much much more</description>
	<lastBuildDate>Tue, 07 Feb 2012 19:24:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: Wes</title>
		<link>http://froebe.net/blog/2010/01/22/suns-virtualbox-3-1-x-getting-vrdp-remote-desktop-to-authenticate-properly-with-linux-pam/comment-page-1/#comment-10530</link>
		<dc:creator>Wes</dc:creator>
		<pubDate>Sat, 10 Apr 2010 00:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1193#comment-10530</guid>
		<description>I am also running an ubuntu server 9.10, trying to get multiple users with user accounts to be able to log in to the same vm. I can successfully login with the user that started the vm. I tried your solution, but am running into the problem detailed here: http://www.virtualbox.org/ticket/5712 , which is that VRDP just passes the login information right to pam which verifies the username and password against the uid, which of course fails for any user who is not the user who started the headless session.  Any suggestions?</description>
		<content:encoded><![CDATA[<p>I am also running an ubuntu server 9.10, trying to get multiple users with user accounts to be able to log in to the same vm. I can successfully login with the user that started the vm. I tried your solution, but am running into the problem detailed here: <a href="http://www.virtualbox.org/ticket/5712">http://www.virtualbox.org/ticket/5712</a> , which is that VRDP just passes the login information right to pam which verifies the username and password against the uid, which of course fails for any user who is not the user who started the headless session.  Any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason L Froebe</title>
		<link>http://froebe.net/blog/2010/01/22/suns-virtualbox-3-1-x-getting-vrdp-remote-desktop-to-authenticate-properly-with-linux-pam/comment-page-1/#comment-10306</link>
		<dc:creator>Jason L Froebe</dc:creator>
		<pubDate>Sat, 23 Jan 2010 13:56:01 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1193#comment-10306</guid>
		<description>VirtualBox, itself, doesn&#039;t have a rc.init service but VBoxTool has a rc.init script for it.  You&#039;re right, if the user that starts the virtual machines is root or equivalent, then they don&#039;t need to be added to the shadow group because it already has access to it (uid 0).  :)

So, adding the user to the shadow group only applies if the user is not root and you&#039;re using the normal PAM authentication modules.  The nice thing about PAM is that you can have it authenticate against just about anything.

jason</description>
		<content:encoded><![CDATA[<p>VirtualBox, itself, doesn&#8217;t have a rc.init service but VBoxTool has a rc.init script for it.  You&#8217;re right, if the user that starts the virtual machines is root or equivalent, then they don&#8217;t need to be added to the shadow group because it already has access to it (uid 0).  <img src='http://froebe.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>So, adding the user to the shadow group only applies if the user is not root and you&#8217;re using the normal PAM authentication modules.  The nice thing about PAM is that you can have it authenticate against just about anything.</p>
<p>jason</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Equals42</title>
		<link>http://froebe.net/blog/2010/01/22/suns-virtualbox-3-1-x-getting-vrdp-remote-desktop-to-authenticate-properly-with-linux-pam/comment-page-1/#comment-10304</link>
		<dc:creator>Equals42</dc:creator>
		<pubDate>Sat, 23 Jan 2010 01:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1193#comment-10304</guid>
		<description>Is virtualbox a service that is started by init.d or some such or are you referring to the user that spins up each guest?  I&#039;m just wondering why anyone should have to be added to shadow if system or root starts the process.  Maybe I&#039;ve just had too many margaritas. 

Chris R</description>
		<content:encoded><![CDATA[<p>Is virtualbox a service that is started by init.d or some such or are you referring to the user that spins up each guest?  I&#8217;m just wondering why anyone should have to be added to shadow if system or root starts the process.  Maybe I&#8217;ve just had too many margaritas. </p>
<p>Chris R</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason L Froebe</title>
		<link>http://froebe.net/blog/2010/01/22/suns-virtualbox-3-1-x-getting-vrdp-remote-desktop-to-authenticate-properly-with-linux-pam/comment-page-1/#comment-10303</link>
		<dc:creator>Jason L Froebe</dc:creator>
		<pubDate>Fri, 22 Jan 2010 16:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://froebe.net/blog/?p=1193#comment-10303</guid>
		<description>UPDATE!  Only the user that &lt;b&gt;starts&lt;/b&gt; the virtualmachines need to be part of shadow.  Even better</description>
		<content:encoded><![CDATA[<p>UPDATE!  Only the user that <b>starts</b> the virtualmachines need to be part of shadow.  Even better</p>
]]></content:encoded>
	</item>
</channel>
</rss>

