<?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>Just Uber &#187; windows</title>
	<atom:link href="http://www.justuber.com/blog/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.justuber.com/blog</link>
	<description>Dancing with Nerds</description>
	<lastBuildDate>Fri, 16 Apr 2010 13:08:59 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joining Ubuntu Lucid to Active Directory</title>
		<link>http://www.justuber.com/blog/2010/04/16/joining-ubuntu-lucid-to-active-directory/</link>
		<comments>http://www.justuber.com/blog/2010/04/16/joining-ubuntu-lucid-to-active-directory/#comments</comments>
		<pubDate>Fri, 16 Apr 2010 13:01:02 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[active directory]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/?p=250</guid>
		<description><![CDATA[The latest Ubuntu release (Ludid, 10.4) makes it very easy for you to join an Active Directory domain. Here&#8217;s a quick guide to get you started.
1. Install the likewise open AD authentication application by issuing the command sudo apt-get install likewise-open
2. Register your Ubuntu system with the domain by running sudo domainjoin-cli join yourdomainname.com administrator [...]]]></description>
			<content:encoded><![CDATA[<p>The latest Ubuntu release (Ludid, 10.4) makes it very easy for you to join an Active Directory domain. Here&#8217;s a quick guide to get you started.</p>
<p>1. Install the likewise open AD authentication application by issuing the command<strong> sudo apt-get install likewise-open</strong></p>
<p>2. Register your Ubuntu system with the domain by running <strong>sudo domainjoin-cli join yourdomainname.com administrator</strong> (where yourdomainname.com is your domain name, and administrator is a user account on the domain with permissions to add computers to it).</p>
<p>3. When prompted, enter the password of your adminstrator account. A dialogue box will appear asking for your domain name,  enter your AD fully qualified domain name in upper case letters, i.e YOURDOMAIN.COM</p>
<p>4. Finally reboot.</p>
<p>Want sudo privileges? Go to your Active Directory and create a group. I called mine sudo, but you can use any group you like. A word of advice though, you&#8217;ll have less problems if you don&#8217;t use spaces in your group name.</p>
<p>Switch to a local user account with sudo privleges and at the terminal issue the command <strong>sudo visudo</strong></p>
<p>At the end of the sudoers file add this line</p>
<p><strong>%YOURDOMAIN.COM\\sudo ALL=(ALL) ALL</strong></p>
<p>This tells Ubuntu to allow any user in the sudo group on your AD to use sudo privileges on the local machine.</p>
<p>To login to your Ubuntu system at the GUI use <strong>username@yourdomain </strong></p>
<p>To login over SSH use <strong>yourdomain\username</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2010/04/16/joining-ubuntu-lucid-to-active-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Authenticating an Ubuntu PC to Active Directory</title>
		<link>http://www.justuber.com/blog/2008/03/22/authenticating-an-ubuntu-pc-to-active-directory/</link>
		<comments>http://www.justuber.com/blog/2008/03/22/authenticating-an-ubuntu-pc-to-active-directory/#comments</comments>
		<pubDate>Sat, 22 Mar 2008 15:32:42 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.justuber.com/blog/2008/03/22/authenticating-an-ubuntu-pc-to-active-directory/</guid>
		<description><![CDATA[Likewise Open is a piece of software designed to make it easier to integrate Linux PC&#8217;s into an Microsoft Windows Active Directory (AD) domain. Now you can log onto your Ubuntu PC using your Windows network username and password, and access your shared files and resources whilst logging on only once.
You can find the &#8216;likewise-open&#8217; [...]]]></description>
			<content:encoded><![CDATA[<p>Likewise Open is a piece of software designed to make it easier to integrate Linux PC&#8217;s into an Microsoft Windows Active Directory (AD) domain. Now you can log onto your Ubuntu PC using your Windows network username and password, and access your shared files and resources whilst logging on only once.</p>
<p>You can find the &#8216;likewise-open&#8217; and  &#8216;likewise-open-gui&#8217; packages in the Ubuntu Hardy universe repository.  Go to System &gt; Administration &gt; Synaptic Package Manager, ensure the universe repository is enabled, and search for &#8216;likewise&#8217;.</p>
<p>After installation, you can find the Likewise Open GUI in Applications &gt; Internet &gt; Likewise. Joining the domain is simple enough. Specify the FQDN of your domain and click on &#8216;join domain&#8217;. After giving details of an account with permission to add computers to the domain, you should be connected.</p>
<p>Restart the PC, and at the GDM login screen try an Active Directory login. For instance:</p>
<p><strong>DOMAIN\username</strong></p>
<p>Hopefully all should be well, if not try the following.</p>
<p>&#8212;-</p>
<p>Login as a normal (non-AD) user and run the following command.</p>
<p><strong>lwiinfo -n &#8220;DOMAIN\username&#8221;</strong></p>
<p>You might get an error complaining <strong> &#8216;could not obtain winbind separator!&#8217;<br />
</strong></p>
<p>It looks like the likewise-open script is not set to start with the system. To see if this is the case, try running &#8216;<strong>sudo likewise-winbindd -start</strong>&#8216; and try the command again. If it works this time (you should see a string of numbers and letters) you need to set likewise-open to start with the system.</p>
<p>To do this run &#8216;<strong>sudo sysv-rc-conf</strong>&#8216; from the command line, and turn the likewise-open service on for runlevels 2,3,4,5. Hopefully this should be sorted soon, I&#8217;ve filed a bug report.&#8217;</p>
<p>&#8212;-</p>
<p>At this moment in time you are likely to come across other issues. Sound, USB, sudoers etc will not work under the AD user. I&#8217;m sure that there are workarounds for this which involve mapping AD user groups to local groups. Hopefully in time for release we&#8217;ll see some firm instructions for this appear.</p>
<p>If you&#8217;re interested, watch this space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.justuber.com/blog/2008/03/22/authenticating-an-ubuntu-pc-to-active-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
