<?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>ThePizzy.net/blog &#187; active directory</title>
	<atom:link href="http://thepizzy.net/blog/tag/active-directory/feed/" rel="self" type="application/rss+xml" />
	<link>http://thepizzy.net/blog</link>
	<description>Solving the complex in 140 characters or less...</description>
	<lastBuildDate>Mon, 02 Jan 2012 15:55:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Astaro SG &#8220;Joining domain failed&#8221;</title>
		<link>http://thepizzy.net/blog/2010/11/astaro-sg-joining-domain-failed/</link>
		<comments>http://thepizzy.net/blog/2010/11/astaro-sg-joining-domain-failed/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 16:58:43 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Servers]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[ads_get_dnshostname]]></category>
		<category><![CDATA[ads_keytab_add_entry]]></category>
		<category><![CDATA[ASG 120]]></category>
		<category><![CDATA[astaro]]></category>
		<category><![CDATA[astaro sg 120]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[can't join domain]]></category>
		<category><![CDATA[clientgen.c:cli_receive_smb]]></category>
		<category><![CDATA[cli_pipe.c:rpc_api_pipe]]></category>
		<category><![CDATA[clock skew too great]]></category>
		<category><![CDATA[Fallback logs]]></category>
		<category><![CDATA[Intrusion Prevention]]></category>
		<category><![CDATA[joining domain failed]]></category>
		<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[pipe \lsarpc fnum]]></category>
		<category><![CDATA[RPC]]></category>
		<category><![CDATA[rpc_client]]></category>
		<category><![CDATA[Samba]]></category>
		<category><![CDATA[SSO astaro]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=795</guid>
		<description><![CDATA[I just spent the last 2 business days working on trying to get my Astaro SG 120 v7.507 to re-join the domain, after I deleted the &#8220;computer&#8221; entry from our...]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-thumbnail wp-image-812" title="www.astaro.com" src="http://thepizzy.net/blog/wp-content/uploads/2010/11/astaro_logo-150x55.jpg" alt="Astaro Logo" width="150" height="55" />I just spent the last 2 business days working on trying to get my Astaro SG 120 v7.507 to re-join the domain, after I deleted the &#8220;computer&#8221; entry from our Windows 2003 SBS AD. After deleting the computer entry, I rebooted the Astaro box and attempted to join it to the domain (with the same flawless effort I experienced during the initial setup). No luck.</p>
<p>I ran across several Astaro User Forum posts telling people the same things over and over about what to check, and none of it was helping.</p>
<p>I&#8217;ll try and give a run through of some error message appearances from the Fallback error log, and what you should do to fix them. If you have more, leave them in the comments below, and I&#8217;ll add them.</p>
<blockquote><p>ads_get_dnshostname: No dNSHostName attribute!</p></blockquote>
<div id="attachment_798" class="wp-caption aligncenter" style="width: 600px"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/11/2010-11-09_0957.png"><img class="size-full wp-image-798" title="Astaro FQDN Hostname" src="http://thepizzy.net/blog/wp-content/uploads/2010/11/2010-11-09_0957.png" alt="" width="590" height="366" /></a><p class="wp-caption-text">You need to make sure you have a Host Name specified in the FQDN style in the Management &gt; System Settings &gt; Hostname tab</p></div>
<hr />
<blockquote><p>ads_keytab_add_entry: unable to determine machine account&#8217;s dns name in AD</p></blockquote>
<ul>
<li>You need to make sure your Astaro box doesn&#8217;t show up as a Computer listed in Active Directory anywhere there are computers listed, then you need to make sure there is a DNS Host (A) entry for your hostname, and also you need to reboot your Active Directory and/or DNS server. (For me, they were the same Windows SBS Box, but a reboot fixed this error message.)</li>
</ul>
<hr />
<blockquote><p>»clock skew too great«</p></blockquote>
<ul>
<li>You need to make sure the Time &amp; Date on both the Astaro box and the Active Directory server are no more than 5 minutes apart.</li>
</ul>
<hr />
<blockquote><p>»pre-authentication failed«</p></blockquote>
<div id="attachment_804" class="wp-caption aligncenter" style="width: 591px"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/11/2010-11-09_1026.png"><img class="size-full wp-image-804  " title="Single-Sign-On Settings" src="http://thepizzy.net/blog/wp-content/uploads/2010/11/2010-11-09_1026.png" alt="" width="581" height="361" /></a><p class="wp-caption-text">Make sure the Username/Password you&#39;re using to join the domain are correct. They should look like the image above.</p></div>
<hr />
<p>Below is the fix that finally worked for me, but I never saw anything in the User Forums (or anywhere else, for that matter) related to these error codes and the Astaro box (only to Samba and Linux Servers).</p>
<p>&nbsp;</p>
<blockquote><p>libsmb/clientgen.c:cli_receive_smb</p>
<p>rpc_client/cli_pipe.c:rpc_api_pipe</p>
<p>pipe \lsarpc fnum</p></blockquote>
<ul>
<li>This means that the Intrusion Prevention System is preventing the Active Directory server from approving the Active Directory join. You need to create an Exception like this:</li>
</ul>
<div id="attachment_808" class="wp-caption aligncenter" style="width: 644px"><a href="http://thepizzy.net/blog/wp-content/uploads/2010/11/2010-11-09_1032.png"><img class="size-full wp-image-808 " title="Join AD Fix" src="http://thepizzy.net/blog/wp-content/uploads/2010/11/2010-11-09_1032.png" alt="" width="634" height="384" /></a><p class="wp-caption-text">Go to Network Security &gt; Intrusion Prevention &gt; Exceptions and create a new Exception that Skips &quot;Intrusion Prevention&quot; and list the Active Directory Server in the Source Network area.</p></div>
<hr />
<p>I&#8217;m sure there are probably more items in the Fallback error logs that folks have encountered. Surprisingly, I didn&#8217;t even come across <a title="Astaro: Troubleshooting Active Directory" href="https://support.astaro.com/support/images/8/8a/AD_troubleshooting.pdf" target="_blank">this PDF document</a> detailing a lot of them during my searches until I was researching the error codes for this post. Check that document out and see if your answer is in there.</p>
<p>&nbsp;</p>
<p>The main rebuttals from most of the &#8220;suggestions&#8221; you&#8217;ll find on the User Forums are:</p>
<ol>
<li>You <strong>don&#8217;t</strong> need to create a Pre-Win2000 Computer in Active Directory for this to work.</li>
<li>You <strong>can&#8217;t</strong> have an existing computer entry in Active Directory for the hostname you&#8217;ve given your Astaro box.</li>
<li>You <strong>should</strong> create a DNS Host (A) entry for the Astaro box, if you run a DNS server outside of the Astaro box</li>
<li>The Time &amp; Date on both the Server and Astaro Box <strong>need to be</strong> within 5 minutes of each other.</li>
<li>You <strong>don&#8217;t</strong> have to be able to ping the Astaro box from the server for this to work.</li>
<li>You <strong>do have to</strong> be able to ping the Active Directory server from the Astaro box&#8217;s Support &gt; Tools area</li>
<li>Domains ending in .local <strong>will work</strong>.</li>
<li>You <strong>don&#8217;t have to</strong> use all CAPS when filling in the hostname  &amp; domain name, but it&#8217;s suggested by the Astaro people. It won&#8217;t make a difference to DNS &#8211; CAPS or lowercase both resolve the same.</li>
</ol>
<p>As I mentioned above, if you have any other error messages or tips or suggestions, etc., related to getting the Astaro box on the domain, please post them in the comments. Too many people have spent too long trying to get things to work simply because the information wasn&#8217;t out there when they were searching.</p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/active+directory' rel='tag' target='_blank'>active directory</a>, <a class='technorati-link' href='http://technorati.com/tag/ads_get_dnshostname' rel='tag' target='_blank'>ads_get_dnshostname</a>, <a class='technorati-link' href='http://technorati.com/tag/ads_keytab_add_entry' rel='tag' target='_blank'>ads_keytab_add_entry</a>, <a class='technorati-link' href='http://technorati.com/tag/ASG+120' rel='tag' target='_blank'>ASG 120</a>, <a class='technorati-link' href='http://technorati.com/tag/astaro' rel='tag' target='_blank'>astaro</a>, <a class='technorati-link' href='http://technorati.com/tag/astaro+sg+120' rel='tag' target='_blank'>astaro sg 120</a>, <a class='technorati-link' href='http://technorati.com/tag/authentication' rel='tag' target='_blank'>authentication</a>, <a class='technorati-link' href='http://technorati.com/tag/can%27t+join+domain' rel='tag' target='_blank'>can't join domain</a>, <a class='technorati-link' href='http://technorati.com/tag/clientgen.c%3Acli_receive_smb' rel='tag' target='_blank'>clientgen.c:cli_receive_smb</a>, <a class='technorati-link' href='http://technorati.com/tag/cli_pipe.c%3Arpc_api_pipe' rel='tag' target='_blank'>cli_pipe.c:rpc_api_pipe</a>, <a class='technorati-link' href='http://technorati.com/tag/clock+skew+too+great' rel='tag' target='_blank'>clock skew too great</a>, <a class='technorati-link' href='http://technorati.com/tag/Fallback+logs' rel='tag' target='_blank'>Fallback logs</a>, <a class='technorati-link' href='http://technorati.com/tag/Intrusion+Prevention' rel='tag' target='_blank'>Intrusion Prevention</a>, <a class='technorati-link' href='http://technorati.com/tag/joining+domain+failed' rel='tag' target='_blank'>joining domain failed</a>, <a class='technorati-link' href='http://technorati.com/tag/Kerberos' rel='tag' target='_blank'>Kerberos</a>, <a class='technorati-link' href='http://technorati.com/tag/pipe+%5Clsarpc+fnum' rel='tag' target='_blank'>pipe \lsarpc fnum</a>, <a class='technorati-link' href='http://technorati.com/tag/RPC' rel='tag' target='_blank'>RPC</a>, <a class='technorati-link' href='http://technorati.com/tag/rpc_client' rel='tag' target='_blank'>rpc_client</a>, <a class='technorati-link' href='http://technorati.com/tag/Samba' rel='tag' target='_blank'>Samba</a>, <a class='technorati-link' href='http://technorati.com/tag/SSO+astaro' rel='tag' target='_blank'>SSO astaro</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2010/11/astaro-sg-joining-domain-failed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User cannot connect to Exchange or OWA</title>
		<link>http://thepizzy.net/blog/2010/03/user-cannot-connect-to-exchange-or-owa/</link>
		<comments>http://thepizzy.net/blog/2010/03/user-cannot-connect-to-exchange-or-owa/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 22:24:31 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[cannot connect]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Exchange 2003]]></category>
		<category><![CDATA[Exchange Server 2003]]></category>
		<category><![CDATA[netbios]]></category>
		<category><![CDATA[network identification conflict]]></category>
		<category><![CDATA[Outlook 2003]]></category>
		<category><![CDATA[Outlook 2007]]></category>
		<category><![CDATA[outlook error]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=562</guid>
		<description><![CDATA[Today I had a user tell me that when he rebooted his computer (Vista Business SP2 x32), he could no longer connect to our Exchange 2003 server with Outlook 2007....]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-620" title="Microsoft Office Logo" src="http://thepizzy.net/blog/wp-content/uploads/2010/03/hosted-exchange-logo1.jpg" alt="" width="237" height="232" />Today I had a user tell me that when he rebooted his computer (Vista Business SP2 x32), he could no longer connect to our Exchange 2003 server with Outlook 2007. It prompted him with the &#8220;Retry | Work Offline | Cancel&#8221; dialog. Clicking &#8220;Retry&#8221; did nothing, clicking &#8220;Work Offline&#8221; threw an error:</p>
<blockquote><p>&#8220;The connection to the Microsoft Exchange Server is unavailable. Outlook must be online or connected to complete this action.&#8221;</p></blockquote>
<p>The user could not connect to Exchange via Outlook 2007, nor via IE8. Firefox worked just fine after adding the https exception for our server&#8217;s self-signed certificate. So the problem wasn&#8217;t Outlook, nor was it a problem with the server. It had to be a problem with the network connection &#8211; but up to 7 system restarts still hadn&#8217;t fixed the issue. There were no proxies, IE8 was reset to manufacturer&#8217;s defaults, and the server&#8217;s domain name was put into the Trusted Sites list on IE. <span id="more-562"></span></p>
<p>After a lot of searching the internet, and talking with <a href="http://winkydo.net" target="_blank">[Wizard]</a> a troubleshooting step hit me: Create a new user profile and see if you can set up Outlook.</p>
<p>I switched-user on the computer, and tried to log into an account that was not previously set up on the computer and got:</p>
<blockquote><p>&#8220;There are no logon servers available to service the logon request&#8221;</p></blockquote>
<p>I immediately knew the problem was the computer&#8217;s Active Directory entry. I had seen this same error message on another computer that was recently brought to the office from my boss&#8217;s home, and had to be taken out of Active Directory, and put back in. As I go to remove the computer, I realize the computer name is exactly the same as one of the 2 computer the boss brought from home.</p>
<p>A couple months ago, we bought 4 identical computers, 3 of which stayed here, and the 4th one went to the boss&#8217;s home. The 3 here were named GX740-VB1, -VB2, and -VB3. Apparently the one that went to the boss&#8217;s home was also named GX740-VB2. When he brought it back last week, and wanted me to get it set up to be deployed before end-of-day Friday, I did just that.</p>
<p>Simultaneously, the person who sat at the original VB2 left early Friday, and shut off his computer so the pending password expiration wouldn&#8217;t lock him out over the weekend. He left at 4:00, I installed the newly finished computer at 4:30 &#8211; and there were no problems Friday. But there were now two computers on the network with the same NETBIOS name.</p>
<p>This morning, he rebooted his computer per his Windows Updates, and when he logged back in, he was logged into a cached profile, and his Outlook stopped working. But his shared network drives and everything else on the network cached his credentials and continued to function like normal.</p>
<h2>Solution</h2>
<p>If you find yourself with the &#8220;The connection to the Microsoft Exchange Server is unavailable. Outlook  must be online or connected to complete this action.&#8221; Error message on Outlook, and Work Offline doesn&#8217;t let you open the Outlook client, then it&#8217;s possible that there is another computer on the network with the same NETBIOS name or same IP as you, and they have claimed ownership of that identity in Active Directory.</p>
<p>Change the computer name, or the IP of the offending computer, and it should fix it. You might have to drop the computer from the domain, change the computer name, and then re-add the computer to the domain as I had to.<a href="http://twitter.com/neotsn"><br />
</a></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/active+directory' rel='tag' target='_blank'>active directory</a>, <a class='technorati-link' href='http://technorati.com/tag/cannot+connect' rel='tag' target='_blank'>cannot connect</a>, <a class='technorati-link' href='http://technorati.com/tag/Exchange' rel='tag' target='_blank'>Exchange</a>, <a class='technorati-link' href='http://technorati.com/tag/Exchange+2003' rel='tag' target='_blank'>Exchange 2003</a>, <a class='technorati-link' href='http://technorati.com/tag/Exchange+Server+2003' rel='tag' target='_blank'>Exchange Server 2003</a>, <a class='technorati-link' href='http://technorati.com/tag/netbios' rel='tag' target='_blank'>netbios</a>, <a class='technorati-link' href='http://technorati.com/tag/network+identification+conflict' rel='tag' target='_blank'>network identification conflict</a>, <a class='technorati-link' href='http://technorati.com/tag/Outlook+2003' rel='tag' target='_blank'>Outlook 2003</a>, <a class='technorati-link' href='http://technorati.com/tag/Outlook+2007' rel='tag' target='_blank'>Outlook 2007</a>, <a class='technorati-link' href='http://technorati.com/tag/outlook+error' rel='tag' target='_blank'>outlook error</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2010/03/user-cannot-connect-to-exchange-or-owa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>POC: OpenVPN + Internet + MS Exchange Active Directory + Windows/Linux Mobile Client</title>
		<link>http://thepizzy.net/blog/2008/01/poc-openvpn-internet-ms-exchange-active-directory-windowslinux-mobile-client/</link>
		<comments>http://thepizzy.net/blog/2008/01/poc-openvpn-internet-ms-exchange-active-directory-windowslinux-mobile-client/#comments</comments>
		<pubDate>Sat, 19 Jan 2008 04:42:09 +0000</pubDate>
		<dc:creator>[[Neo]]</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Thought Experiments]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[aircard]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[desktop password]]></category>
		<category><![CDATA[directory domain]]></category>
		<category><![CDATA[Domain]]></category>
		<category><![CDATA[drive mappings]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[group policies]]></category>
		<category><![CDATA[high speed internet]]></category>
		<category><![CDATA[laptop]]></category>
		<category><![CDATA[ldap]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network traffic]]></category>
		<category><![CDATA[openvpn]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[personal settings]]></category>
		<category><![CDATA[PSK]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[security policy]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[University]]></category>
		<category><![CDATA[user]]></category>
		<category><![CDATA[vpn connection]]></category>
		<category><![CDATA[WAN]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://thepizzy.net/blog/?p=99</guid>
		<description><![CDATA[I have this idea, ok? What I noticed while migrating some of the users from the Admissions Department at the University for which I work, was that it was tough...]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-thumbnail wp-image-1187" title="Outlook 2007 Logo" src="http://thepizzy.net/blog/wp-content/uploads/2008/01/outlook_2007_logo1-150x146.jpg" alt="" width="150" height="146" />I have this idea, ok? What I noticed while migrating some of the users from the Admissions Department at the University for which I work, was that it was tough to explain to them sufficiently that:</p>
<ul>
<li>Their passwords are going to have to change at some point, due to security policy.</li>
<li>When they change it on their desktop, it&#8217;s not automatically done on their laptop.</li>
<li>After changing the desktop password, they need to connect the laptop to the network and then login with that new password for it to be cached.</li>
</ul>
<p>Now, it&#8217;s easy to write out, and easy for a tech to understand the scenario &#8211; but it&#8217;s not that easy for a 45yr old Hispanic guy who hates his laptop anyway to grasp. But what if they didn&#8217;t have to grasp anything? What if no matter where you were, the login process and the features available were as seamless in Wisconsin as if you were sitting at your desk in Texas?</p>
<p>What I&#8217;m proposing is this:<span id="more-99"></span></p>
<ul>
<li>Internet is gained through the use of a mobile AirCard, that is set to automatically connect once plugged in. If no AirCard, some other form of high-speed internet would suffice, and possibly be preferred.</li>
<li>Use OpenVPN as a system service that runs when Windows boots. It makes its connection to the Main Network with a PSK (pre-shared key), authenticates, and then routes all internet and network traffic through that connection.</li>
<li>A Windows or Linux client that has been previously joined to the Active Directory Domain on campus.</li>
</ul>
<p>Upon boot, the computer connects to the internet, and then sets up the VPN connection to the main campus. This is done as a Windows or Linux service. When the login prompt appears, the user enters their most recent credentials for the main campus, and logs in. These credentials are then passed through the secured VPN to the main campus, authenticated against LDAP or AD, and their group policies, logon scripts, and other drive mappings are passed back down to the client. After the personal settings have loaded, their laptop experience is just as it would be if they were on the main campus LAN &#8211; but all their traffic is secured, and over a WAN.</p>
<p>Can it be done? Has it been done? Is there a step I&#8217;m missing &#8211; or some important brick preventing it?</p>
<p style="text-align: right; font-size: 8px;">Blogged with <a title="Flock" href="http://www.flock.com/blogged-with-flock" target="_new">Flock</a></p>
<p><!-- technorati tags begin --></p>
<p style="font-size: 10px; text-align: right;">Tags: <a rel="tag" href="http://technorati.com/tag/openvpn">openvpn</a>, <a rel="tag" href="http://technorati.com/tag/network">network</a>, <a rel="tag" href="http://technorati.com/tag/%20windows"> windows</a>, <a rel="tag" href="http://technorati.com/tag/%20linux"> linux</a>, <a rel="tag" href="http://technorati.com/tag/%20authentication"> authentication</a>, <a rel="tag" href="http://technorati.com/tag/%20active%20directory"> active directory</a>, <a rel="tag" href="http://technorati.com/tag/%20PSK"> PSK</a>, <a rel="tag" href="http://technorati.com/tag/%20WAN"> WAN</a>, <a rel="tag" href="http://technorati.com/tag/%20LAN"> LAN</a>, <a rel="tag" href="http://technorati.com/tag/%20mobile"> mobile</a>, <a rel="tag" href="http://technorati.com/tag/%20laptop"> laptop</a>, <a rel="tag" href="http://technorati.com/tag/%20connection"> connection</a>, <a rel="tag" href="http://technorati.com/tag/%20internet"> internet</a>, <a rel="tag" href="http://technorati.com/tag/%20security"> security</a>, <a rel="tag" href="http://technorati.com/tag/%20group%20policy"> group policy</a></p>
<p><!-- technorati tags end --></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/active+directory' rel='tag' target='_blank'>active directory</a>, <a class='technorati-link' href='http://technorati.com/tag/aircard' rel='tag' target='_blank'>aircard</a>, <a class='technorati-link' href='http://technorati.com/tag/client' rel='tag' target='_blank'>client</a>, <a class='technorati-link' href='http://technorati.com/tag/computer' rel='tag' target='_blank'>computer</a>, <a class='technorati-link' href='http://technorati.com/tag/desktop+password' rel='tag' target='_blank'>desktop password</a>, <a class='technorati-link' href='http://technorati.com/tag/directory+domain' rel='tag' target='_blank'>directory domain</a>, <a class='technorati-link' href='http://technorati.com/tag/Domain' rel='tag' target='_blank'>Domain</a>, <a class='technorati-link' href='http://technorati.com/tag/drive+mappings' rel='tag' target='_blank'>drive mappings</a>, <a class='technorati-link' href='http://technorati.com/tag/group' rel='tag' target='_blank'>group</a>, <a class='technorati-link' href='http://technorati.com/tag/group+policies' rel='tag' target='_blank'>group policies</a>, <a class='technorati-link' href='http://technorati.com/tag/high+speed+internet' rel='tag' target='_blank'>high speed internet</a>, <a class='technorati-link' href='http://technorati.com/tag/laptop' rel='tag' target='_blank'>laptop</a>, <a class='technorati-link' href='http://technorati.com/tag/ldap' rel='tag' target='_blank'>ldap</a>, <a class='technorati-link' href='http://technorati.com/tag/Linux' rel='tag' target='_blank'>Linux</a>, <a class='technorati-link' href='http://technorati.com/tag/network' rel='tag' target='_blank'>network</a>, <a class='technorati-link' href='http://technorati.com/tag/network+traffic' rel='tag' target='_blank'>network traffic</a>, <a class='technorati-link' href='http://technorati.com/tag/openvpn' rel='tag' target='_blank'>openvpn</a>, <a class='technorati-link' href='http://technorati.com/tag/passwords' rel='tag' target='_blank'>passwords</a>, <a class='technorati-link' href='http://technorati.com/tag/personal+settings' rel='tag' target='_blank'>personal settings</a>, <a class='technorati-link' href='http://technorati.com/tag/PSK' rel='tag' target='_blank'>PSK</a>, <a class='technorati-link' href='http://technorati.com/tag/scripts' rel='tag' target='_blank'>scripts</a>, <a class='technorati-link' href='http://technorati.com/tag/security' rel='tag' target='_blank'>security</a>, <a class='technorati-link' href='http://technorati.com/tag/security+policy' rel='tag' target='_blank'>security policy</a>, <a class='technorati-link' href='http://technorati.com/tag/technology' rel='tag' target='_blank'>technology</a>, <a class='technorati-link' href='http://technorati.com/tag/University' rel='tag' target='_blank'>University</a>, <a class='technorati-link' href='http://technorati.com/tag/user' rel='tag' target='_blank'>user</a>, <a class='technorati-link' href='http://technorati.com/tag/vpn+connection' rel='tag' target='_blank'>vpn connection</a>, <a class='technorati-link' href='http://technorati.com/tag/WAN' rel='tag' target='_blank'>WAN</a>, <a class='technorati-link' href='http://technorati.com/tag/Windows' rel='tag' target='_blank'>Windows</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://thepizzy.net/blog/2008/01/poc-openvpn-internet-ms-exchange-active-directory-windowslinux-mobile-client/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

