<?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>Crossed Wires &#187; microsoft</title>
	<atom:link href="http://veejoe.net/blog/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://veejoe.net/blog</link>
	<description>Vic's Blog</description>
	<lastBuildDate>Fri, 04 May 2012 13:31:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Are we letting Microsoft define our industry?</title>
		<link>http://veejoe.net/blog/2008/03/are-we-letting-microsoft-define-our-industry/</link>
		<comments>http://veejoe.net/blog/2008/03/are-we-letting-microsoft-define-our-industry/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 01:28:26 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Soapbox]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://veejoe.net/blog/?p=371</guid>
		<description><![CDATA[I&#8217;ve been trying to solve a problem at work for a few weeks now &#8212; one of those tricky &#8220;it&#8217;s only software so it shouldn&#8217;t be this hard&#8221; sort-of problems for which you know the solution is just a matter of putting the right bits and pieces together. At work, I&#8217;m more-or-less forced into using [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to solve a problem at work for a few weeks now &#8212; one of those tricky &#8220;it&#8217;s only software so it shouldn&#8217;t be this hard&#8221; sort-of problems for which you know the solution is just a matter of putting the right bits and pieces together. At work, I&#8217;m more-or-less forced into using Red Hat Enterprise Linux (the distro <a href="http://www.redhatmagazine.com/2008/02/04/tips-and-tricks-rhel-ref/">formerly known as RHEL</a>), and one of the pieces I&#8217;m looking at is <a href="http://www.openldap.org">OpenLDAP</a>.</p>
<p>My first stage in the process was to get OpenLDAP set up with the right config &#8212; but when I started it, slapd complained about an error in slapd.conf. The overlay I was trying to use, it claimed, was not found. I spent the next couple of hours trying to find additional packages, trying different things, reading doco, searching Google, to no avail. The overlay I want is missing from Red Hat&#8217;s build of OpenLDAP.</p>
<p>So &#8220;boo hoo&#8221;, you say, &#8220;just build from source&#8221;. Well, remember how I said I was forced into RHEL? The corollary to that is that I am only allowed to use <em>exactly</em> what the Shadowman ships on the DVD. No build-from-source, no other OSS, is allowed.</p>
<p>But what does any of this have to do with Microsoft?</p>
<p>In my research, I found the release notes for Red Hat Enterprise Linux 5. In it was the following text (highlighting mine):<br />
<em><br />
OpenLDAP Server and Red Hat Directory Server<br />
Red Hat Directory Server is an LDAP-based server that centralizes enterprise and network data into an OS-independent, network-based registry. It is set to replace OpenLDAP server components, which <b>will be deprecated</b> </em>after<em> Red Hat Enterprise Linux 5. For more information about Red Hat Directory Server, refer to http://www.redhat.com/software/rha/directory/.<br />
</em></p>
<p>You guessed it: Red Hat Directory Server is a pay-for product. So Red Hat&#8217;s setting a direction here: server platforms comprising only the base OS, and additional function provided through extra-cost modules &#8212; now where have we seen this before?</p>
<p>Does this now mean that on RHEL-next, in order to run a Samba server with an LDAP IDMAP backend, companies will have to pay for RDS? That won&#8217;t fly at my work: &#8220;we already have a corporate directory, we&#8217;re not paying for another&#8221; will the customer sayeth. </p>
<p>&#8220;Okay&#8221;, you say, &#8220;so don&#8217;t use Red Hat&#8221;. As far as I&#8217;m allowed (this is at my employer remember) the only other choice is SLES&#8230; from Novell&#8230; that organisation that felt the need to cross-licence with Microsoft to &#8220;protect&#8221; against undisclosed and unproven patent infringement.</p>
<p>(Note that this post is not about Novell-Microsoft, nor is their deal a reason not to use SLES in my opinion. The thought only popped into my head because I was already thinking about Microsoft as a result of the Red Hat thing with RDS.)</p>
<p>So it seems like the two biggest names in corporate Linux are marching to Microsoft&#8217;s drum. Have I misread something? Am I overreacting?</p>
]]></content:encoded>
			<wfw:commentRss>http://veejoe.net/blog/2008/03/are-we-letting-microsoft-define-our-industry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Active Directory accounts on Linux</title>
		<link>http://veejoe.net/blog/2006/05/active-directory-accounts-on-linux/</link>
		<comments>http://veejoe.net/blog/2006/05/active-directory-accounts-on-linux/#comments</comments>
		<pubDate>Sun, 28 May 2006 04:51:59 +0000</pubDate>
		<dc:creator>Vic</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Networks]]></category>
		<category><![CDATA[activedirectory]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[samba]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://veejoe.net/blog/?p=1451</guid>
		<description><![CDATA[Never thought I could get this excited about something to do with a Windows server!&#160;&#160;But there it is &#8212; one of my SLES 9 test servers is now supporting logons from a user account stored in Active Directory, with no Samba in sight! Before you say ANYTHING, this is not an indication that the Crossed [...]]]></description>
			<content:encoded><![CDATA[<p>Never thought I could get this excited about something to do with a Windows server!&nbsp;&nbsp;But there it is &#8212; one of my SLES 9 test servers is now supporting logons from a user account stored in Active Directory, with no Samba in sight!</p>
<p>Before you say ANYTHING, this is not an indication that the Crossed Wires campus is switching to the evil side.&nbsp;&nbsp;Any experienced Linux sysadmin will tell you that working with Windows systems can&#8217;t be avoided &#8212; and in some cases, welcomed (after all it&#8217;s better to have one or two Linux boxes in a sea of Windows than no Linux boxes at all).&nbsp;&nbsp;My main customer at work is essentially a Windows shop, but their main file servers are Linux on zSeries, which means that me as a Linux guy needs to know more than I thought I would want to know about bringing Linux and Windows together.</p>
<p>So they are doing a migration to Microsoft Active Directory, and the Linux systems need to be integrated into the AD setup.&nbsp;&nbsp;To our architects, Linux Windows integration equals Samba &#8212; they never bothered to look at making use of AD&#8217;s LDAP component to create a model that Linux can handle natively, instead of the (to me) less-than-optimal Winbind (don&#8217;t get me wrong, Winbind works, it just imposes some operational issues that I&#8217;d sooner do without, like SID-[UG]ID mapping, for instance).</p>
<p>So I proposed that the solution be updated to utilise LDAP, through the use of Microsoft&#8217;s own Services for Unix (SFU).&nbsp;&nbsp;I was told &#8220;yeah, dunno why it wasn&#8217;t designed that way, would be the best way to do it, but no&#8221;.&nbsp;&nbsp;Sigh.</p>
<p>So I decided to stick to my guns and set up something to show that it would work exactly as I said it would.&nbsp;&nbsp;And I have!&nbsp;&nbsp;I&#8217;ve worked around some inaccurate information on the &#8216;Net, some incomplete documentation from Microsoft, and some finger-checks on my part, to be able to show The Right Way to anyone who cares&#8230;&nbsp;&nbsp;Yep, sometimes the useless thing is just worth doing.&nbsp;&nbsp;:)</p>
]]></content:encoded>
			<wfw:commentRss>http://veejoe.net/blog/2006/05/active-directory-accounts-on-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

