<?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>Cool-ade &#187; Web Development</title>
	<atom:link href="http://www.cool-ade.co.uk/category/web-dev/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cool-ade.co.uk</link>
	<description>Cool-ade: Mac-Windows Integration Hints. General Commentary on Information Security, Web Technology and Computing Gadgets.</description>
	<lastBuildDate>Fri, 06 Jan 2012 17:20:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Podcast Producer 2 integrated with Active Directory</title>
		<link>http://www.cool-ade.co.uk/podcast-producer-2-integrated-with-active-directory-440</link>
		<comments>http://www.cool-ade.co.uk/podcast-producer-2-integrated-with-active-directory-440#comments</comments>
		<pubDate>Sun, 10 Oct 2010 09:00:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mac-Windows]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Mac OS X Server 10.6]]></category>
		<category><![CDATA[Open Directory]]></category>
		<category><![CDATA[Podcast Producer 2]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=440</guid>
		<description><![CDATA[I recently had the task of building a Podcast Producer server and integrating it with Active Directory. After stumbling along without much success I decided to look for help. Help was found on the Podcastproducer.org website. Basically, I needed it to allow Active Directory domain users to logon via the Podcast Producer website or logon [...]]]></description>
			<content:encoded><![CDATA[<p>I recently had the task of building a Podcast Producer server and integrating it with Active Directory. After stumbling along without much success I decided to look for help. Help was found on the <a href="http://podcastproducer.org/" target="_blank">Podcastproducer.org</a> website.</p>
<p>Basically, I needed it to allow Active Directory domain users to logon via the Podcast Producer website or logon directly to Mac OS X Server running the Podcast Composer.</p>
<p>The following steps are taken from <a href="http://podcastproducer.org/article.php/20100429001851465" target="_blank">http://podcastproducer.org/article.php/20100429001851465</a>.</p>
<p><strong>Step 1 -﻿ </strong>Install your Mac OS X 10.6 Server for the install DVD<br />
Setup your IP and use your active directory domain as your search base, i.e myorganization.org.<br />
DO NOT setup either a bind to Active Directory ﻿ or to setup Open Directory﻿ as a master server.<br />
Click custom setup and uncheck binding to Active Directory ﻿ or setting up an Open Directory﻿ master server. Instead, just select &#8220;Manually Setup Users and Groups&#8221;. Finally, run Software Update and apply all available patches.</p>
<p><strong>Step 2 -</strong> Make sure you have the DNS record is correct by running</p>
<pre><strong>sudo changeip -checkhostname </strong></pre>
<p>You should see something similar to the  following:</p>
<pre><strong>podcast (192.168.1.2)</strong></pre>
<pre><strong>Primary address = 192.168.1.2</strong></pre>
<pre><strong>Current HostName = podcast.myorganization.org</strong></pre>
<pre><strong>DNS HostName = podcast.myorganization.org</strong></pre>
<pre><strong>The names match. There is nothing to change.
dirserv:success = "success"</strong></pre>
<p>Fix any errors before proceeding.</p>
<p><strong>Step 3 -</strong> Bind to  AD.<br />
Next, in the Terminal run following command ﻿to enable sign-sign on.</p>
<pre><strong>sudo dsconfigad -enablesso</strong></pre>
<p>Next, run the command to allows clear text authentication  to Active Directory ﻿. This is done because of a limitation in the authentication  of Podcast Producer 2﻿ to Active Directory <em> (It&#8217;s a good idea to login to the server with your an  Active Directory account)<br />
</em></p>
<pre><strong>﻿serveradmin settings teams:enableClearTextAuth = yes</strong></pre>
<p><strong>Step 4 -</strong> Enable the require server services.<br />
You will need NFS, Open Directory, Podcast Producer 2 and XGrid.</p>
<p><strong>Step 5 -</strong> Setup Open Directory.<br />
Set it up as a Open Directory master while connected to Active Directory<br />
Set your LDAP admin name to be the same as your local Admin account.<br />
The LDAP search base is the AD record of the machine i.e. &#8211; dc=podcast,dc=myorganization, dc=edu<br />
Once setup, ensure that Kerberos is not running. It shouldn&#8217;t be running because it is using Active Directory Kerberos realm.</p>
<p><strong>Step 6 -</strong> Setup NFS<br />
Share Library/PodcastProducer - <span style="font-size: 12px;"><em>(This directory does not exist until you click on the podcast producer service, then click configure. Doing this will create the directory. Do not do anything more than merely start the config process to invoke the creation of the directory)</em></span><br />
- Hit share<br />
- Enable Automount<br />
- Use LDAP domain<br />
- Share over NFS<br />
- Map to Shared Library folder (use the LDAP admin account to bind)<br />
- Protocol options &#8211; Make sure afp, smb and ftp are off.<br />
- NFS on: Select Export this item to a virtual interface/NIC<br />
- Export to a particular subnet that what to have access.<br />
- Map root to root<br />
Start NFS</p>
<p><strong>Step 7 -</strong> Configure XGrid<br />
Run setup assistant<br />
Host a grid<br />
Bind with an AD account. This should be a regular domain account with no special privileges.</p>
<p><strong>Step 8 -</strong> Setup the Podcast Producer service.<br />
DO NOT click Configure Podcast Producer ﻿.  Instead, click on Settings and change Podcast Library to /Library/PodcastProducer/Shared<br />
Use the ﻿Standard Domain user as the Xgrid username. This should be the same as the one used in the XGrid section of this document.<br />
Change Admin shortname to the short name of your admin account<br />
Start the Podcast Producer Service</p>
<p><strong>Trouble Shooting -</strong> Podcast Producer﻿ 2 is highly dependent on XGrid. XGrid seems to be the Achilles  Heel of Podcast Producer. If you are submitting jobs successfully and find that that  XGrid is failing, you can try deleting the following file ﻿and then restarting the Podcast Producer﻿ server.</p>
<pre><strong>/var/pcast/serve/﻿</strong><strong>krb_cc</strong></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/podcast-producer-2-integrated-with-active-directory-440/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Build Me A Website</title>
		<link>http://www.cool-ade.co.uk/build-me-a-website-351</link>
		<comments>http://www.cool-ade.co.uk/build-me-a-website-351#comments</comments>
		<pubDate>Tue, 02 Feb 2010 21:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.cool-ade.co.uk/?p=351</guid>
		<description><![CDATA[This is a simple guide explaining the type of website that I can build for you. It explains what you need to do before I can determine what you require, etc... [...]]]></description>
			<content:encoded><![CDATA[<p>This is a simple guide explaining the type of website that I can build for you. It explains what you need to do before I can determine what you require, etc&#8230;</p>
<h4>Very Simple Website</h4>
<p>You really don&#8217;t need me to build your very simple website or blog. You can build it up yourself.</p>
<ul>
<li>Use a <a href="http://www.facebook.com/pages/create.php?" target="_blank">Facebook</a> page or a <a href="http://www.google.com/help/lbc/freewebpage" target="_blank">Google</a> local business centre page instead.</li>
<li>Use a <a href="http://www.blogger.com/" target="_blank">Blogger.com</a> or <a title="Wordpress.com" href="http://wordpress.com,/" target="_blank">WordPress.com</a> blog page</li>
</ul>
<p>I generally try not to get involved building very simple websites unless it&#8217;s part of a promotion campaign that I’m working on.</p>
<h4>Websites I Build</h4>
<p>A website will has 5 or more pages. It may use dynamic content. It may utilise blogging platform software (WordPress.org) and it may have a very simple e-commence element. It will be built from a template or by creating a unique design.</p>
<p>There are a wide range of template options available that can be completely customised. Elements are redesigned, removed or added too until the ideal design is achieved. However, a uniquely designed website stands out and looks original, but it will take longer to build and it will be more expensive.</p>
<h4>Blogging Platform Software</h4>
<p>Blogging platforms are web based tools for building blogs and websites. The <a href="http://how-to-blog.tv/technical/blogging-platform-choose-the-best-one-for-you/" target="_blank">most popular blogging platforms</a> are <a title="Google Blogger" href="http://www.blogger.com" target="_blank">Blogger.com</a>, <a href="http://wordpress.com" target="_blank">WordPress.com</a> and <a title="Wordpress.org" href="http://Wordpress.org" target="_blank">WordPress.org</a>.</p>
<p>Blogger.com and WordPress.com provide the platform and hosting for free. There is limited control over the look and feel as it uses theme templates which cannot be edited. WordPress.org provides the platform for free but hosting must be provided. The main advantage of using WordPress.org is the option to customise anything. See <a href="http://en.support.wordpress.com/com-vs-org/" target="_blank">WordPress com vs WordPress.org</a> for more information.</p>
<h4>What You Need to Do</h4>
<p>Decide what you want and start generating your content.</p>
<ul>
<li>Have a look at existing websites for ideas on content and navigation.</li>
<li>Use an online guide for writing content &#8211; see <a href="http://www.sun.com/980713/webwriting/" target="_blank">Writing for the Web</a> and <a href="http://www.copyblogger.com/blogging-writing-guide/" target="_blank">Blog Writing Guide</a>.</li>
<li>Decide what pages you what and what you want on them.</li>
<li>Start writing the content (for a blog, write the content for the about and contact page)</li>
</ul>
<p>If you do this, I&#8217;ll get involved, as I know you&#8217;re serious about building a website.</p>
<p style="padding-left: 60px;">
]]></content:encoded>
			<wfw:commentRss>http://www.cool-ade.co.uk/build-me-a-website-351/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

