<?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>John Ciacia &#187; windows</title>
	<atom:link href="http://www.johnciacia.com/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.johnciacia.com</link>
	<description>Science, Technology, and Beyond</description>
	<lastBuildDate>Fri, 04 Jun 2010 02:44:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Authenticate to Active Directory with Ubuntu</title>
		<link>http://www.johnciacia.com/2009/07/09/authenticate-to-active-directory-with-ubuntu/</link>
		<comments>http://www.johnciacia.com/2009/07/09/authenticate-to-active-directory-with-ubuntu/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 17:48:15 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[domain controller]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.johnciacia.com/?p=208</guid>
		<description><![CDATA[While Linux is a fantastic operating system, when it comes to user rights management, Active Directory is far superior than anything Linux currently implements. As a result many businesses and organizations implement the technology. For a longtime it was extremely difficult to get a Linux operating system to authenticate with active directory &#8211; configuring multiple [...]]]></description>
			<content:encoded><![CDATA[<p>While Linux is a fantastic operating system, when it comes to user rights management, Active Directory is far superior than anything Linux currently implements. As a result many businesses and organizations implement the technology. For a longtime it was extremely difficult to get a Linux operating system to authenticate with active directory &#8211; configuring multiple services and managing to get them to work with each other, let alone work with Windows was a task best left for those with years of Linux administration experience. However, in recent years as Linux has become more user friendly, and it should be no surprise that authenticating with active directory has become easy too. In the past few days I have been working with an opensource software called <a href="http://www.likewise.com/">likewise-open</a> which is in the official Ubuntu repositories. Below is a quick guide to getting started and some tips/issues I have found.</p>
<p><strong>Authenticating with likewise-open 4.1 (from Ubuntu 8.04 repository)</strong></p>
<p>1. Install likewise-open<br />
# sudo apt-get install likewise-open</p>
<p>2. Join the domain<br />
# sudo domainjoin-cli join your.fqdn domain_admin<br />
For example:<br />
# sudo domainjoin-cli join example.com Administrator</p>
<p>REBOOT</p>
<p>3. Update rc.d<br />
# sudo update-rc.d likewise-open defaults</p>
<p>4. Start likewise-open<br />
# sudo /etc/init.d/likewise-open start</p>
<p><strong>Using the default domain with likewise-open 4.1</strong><br />
To use the default domain (and avoid using DOMAIN\user to login) append the following line to /etc/samba/lwiauthd.conf<br />
winbind use default domain = yes<br />
==============================================================</p>
<p><strong>Authenticating with likewise-open 5.1 (from Ubuntu 9.04 repository)</strong></p>
<p>1. Install likewise-open5<br />
# sudo apt-get install likewise-open5</p>
<p>2. Join the domain<br />
# sudo domainjoin-cli join your.fqdn domain_admin<br />
For example:<br />
# sudo domainjoin-cli join example.com Administrator</p>
<p>REBOOT</p>
<p>3. Update rc.d<br />
# sudo update-rc.d likewise-open defaults</p>
<p>4. Start likewise-open<br />
# sudo /etc/init.d/lsassd start</p>
<p><strong>Using the default domain with likewise-open 5.1</strong><br />
To use the default domain (and avoid using DOMAIN\user to login) uncomment the following line in /etc/likewise-open5/lsassd.conf<br />
assume-default-domain = yes<br />
==============================================================</p>
<p><strong>Giving domain administrators sudo privileges</strong><br />
Append the following line to /etc/sudoers<br />
%your.fdqn\\domain^admins ALL=(ALL) ALL</p>
<p>==============================================================<br />
<strong>Known issues</strong><br />
1. After rebooting the computer and logging in you are given the error &#8220;Domain Controller unreachable, using cached credentials instead. Network resource may be unavailable.&#8221; Likewise does not start correctly. You have to login as a local admin and run the following command and then users will be able to login.<br />
# sudo /etc/init.d/likewise-open restart<br />
Issue seems to be resolved with likewise-open5</p>
<p>2. If you are having issues authenticating wirelessly, make sure your wireless connection is established. In many instances, wireless will only connect AFTER you login.</p>
<p>3. Samba does not hide hidden windows shares</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnciacia.com/2009/07/09/authenticate-to-active-directory-with-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Multiple Firefox Profiles</title>
		<link>http://www.johnciacia.com/2009/06/29/multiple-firefox-profiles/</link>
		<comments>http://www.johnciacia.com/2009/06/29/multiple-firefox-profiles/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 15:15:47 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Systems Administration]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.johnciacia.com/?p=185</guid>
		<description><![CDATA[Whether you are sharing a computer with a roommate or are afraid you will screw something up while developing a Firefox extension &#8211; it is a good idea to have multiple Firefox profiles. I use one profile for general browsing, another while I&#8217;m doing web development, and another while I am doing Firefox development. Each [...]]]></description>
			<content:encoded><![CDATA[<p>Whether you are sharing a computer with a roommate or are afraid you will screw something up while developing a Firefox extension &#8211; it is a good idea to have multiple Firefox profiles. I use one profile for general browsing, another while I&#8217;m doing web development, and another while I am doing Firefox development. Each profile has a different set of favorites and extensions installed on it. Each profile is setup for it&#8217;s particular task. Creating a profile is simple.</p>
<p>1. Close out of all Firefox windows<br />
2. Open up a command prompt and type </p>
<blockquote><p>&#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; &#8211;profilemanager</p></blockquote>
<p><a href="http://www.johnciacia.com/wp-content/uploads/2009/06/1_cmd.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/1_cmd-300x100.jpg" alt="1_cmd" title="1_cmd" width="300" height="100" class="aligncenter size-medium wp-image-186" /></a><br />
3. This will start the Firefox profile manager. Click &#8220;Create Profile&#8230;&#8221;<br />
<a href="http://www.johnciacia.com/wp-content/uploads/2009/06/2_profilemanager.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/2_profilemanager-300x215.jpg" alt="2_profilemanager" title="2_profilemanager" width="300" height="215" class="aligncenter size-medium wp-image-187" /></a><br />
4. This will start the profile wizard. Click the Next button.<br />
<a href="http://www.johnciacia.com/wp-content/uploads/2009/06/3_profilewizard.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/3_profilewizard-300x226.jpg" alt="3_profilewizard" title="3_profilewizard" width="300" height="226" class="aligncenter size-medium wp-image-188" /></a><br />
5. Enter your profile name. I will be using &#8220;dev&#8221; for development.<br />
<a href="http://www.johnciacia.com/wp-content/uploads/2009/06/4_profilewizard.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/4_profilewizard-300x226.jpg" alt="4_profilewizard" title="4_profilewizard" width="300" height="226" class="aligncenter size-medium wp-image-189" /></a><br />
6. Your profile has been created.<br />
<a href="http://www.johnciacia.com/wp-content/uploads/2009/06/5_profilemanager.jpg"><img src="http://www.johnciacia.com/wp-content/uploads/2009/06/5_profilemanager-300x215.jpg" alt="5_profilemanager" title="5_profilemanager" width="300" height="215" class="aligncenter size-medium wp-image-190" /></a><br />
7. Now you can create a shortcut on your desktop that will open up Firefox using this profile. For the item location, use:<br />
<blockquote>&#8220;C:\Program Files\Mozilla Firefox\firefox.exe&#8221; -P &#8220;dev&#8221;</p></blockquote>
<p> The -P selects the profile &#8220;dev.&#8221; Replace dev with the value you used in step 5.</p>
<p>Note: Only one profile can be open at a time. That is, if you open Firefox using your default profile, then click on the newly created shortcut &#8211; Firefox will open using your default profile.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.johnciacia.com/2009/06/29/multiple-firefox-profiles/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
