<?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>Capi's Corner &#187; single-sign-on</title>
	<atom:link href="http://www.dont-panic.cc/capi/tag/single-sign-on/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dont-panic.cc/capi</link>
	<description>Development, Network, Security, Ideas &#038; Opinions</description>
	<lastBuildDate>Sat, 10 Dec 2011 19:31:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Bugzilla: Active Directory Integration</title>
		<link>http://www.dont-panic.cc/capi/2005/12/12/bugzilla-active-directory-integration/</link>
		<comments>http://www.dont-panic.cc/capi/2005/12/12/bugzilla-active-directory-integration/#comments</comments>
		<pubDate>Mon, 12 Dec 2005 17:29:41 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[administration]]></category>
		<category><![CDATA[bugzilla]]></category>
		<category><![CDATA[single-sign-on]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/?p=25</guid>
		<description><![CDATA[As you might have guessed from previous posts, I&#8217;m currently in the process of implementing a single-sign-on scenario within our network. Or, at least, I&#8217;m trying to have at least one single username/password combo for all internal services. Authentication is therefore realized against an Active Directory, based on a Microsoft Windows 2003 Server. For integration [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have guessed from previous posts, I&#8217;m currently in the process of implementing a single-sign-on scenario within our network. Or, at least, I&#8217;m trying to have at least one single username/password combo for all internal services. Authentication is therefore realized against  an Active Directory, based on a Microsoft Windows 2003 Server.</p>
<p>For integration of Bugzilla into the Active Directory, see <a href="http://bugzilla.glob.com.au/activedirectory/">this link</a> (Update: Link is broken, for an archived version, use <a href="http://web.archive.org/web/20080117060634/http://bugzilla.glob.com.au/activedirectory/">this link</a>, thanks to the commenter!).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2005/12/12/bugzilla-active-directory-integration/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>TikiWiki and Active Directory Integration</title>
		<link>http://www.dont-panic.cc/capi/2005/12/12/tikiwiki-and-active-directory-integration/</link>
		<comments>http://www.dont-panic.cc/capi/2005/12/12/tikiwiki-and-active-directory-integration/#comments</comments>
		<pubDate>Mon, 12 Dec 2005 11:31:38 +0000</pubDate>
		<dc:creator>Martin Carpella</dc:creator>
				<category><![CDATA[internet]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[active-directory]]></category>
		<category><![CDATA[single-sign-on]]></category>
		<category><![CDATA[tikiwiki]]></category>
		<category><![CDATA[wiki]]></category>

		<guid isPermaLink="false">http://www.dont-panic.cc/capi/?p=23</guid>
		<description><![CDATA[If you want to authenticate TikiWiki agaist Microsoft Active Directory, have a look at this article. The most interesting part in this posting is that if you are using a Windows 2003 Server, you need to patch the LDAP.php in the PEAR authentication module, as Win2k3 by default does not allow any anonymous queries against [...]]]></description>
			<content:encoded><![CDATA[<p>If you want to authenticate <a href="http://www.tikiwiki.org">TikiWiki</a> agaist Microsoft Active Directory, have a look at <a href="http://tikiwiki.org/tiki-view_faq.php?faqId=10&#038;comzone=hide">this article</a>.</p>
<p>The most interesting part in this posting is that if you are using a Windows 2003 Server, you need to patch the LDAP.php in the PEAR authentication module, as Win2k3 by default does not allow any anonymous queries against the directory.</p>
<p>In <code>&lt;tikiroot&gt;/lib/pear/Auth/Container/LDAP.php</code> search for the following line in function <code>_connect()</code>:</p>
<blockquote><p><code>if ((@ldap_bind($this->conn_id)) == false) {</code></p></blockquote>
<p>and replace it with</p>
<blockquote><p><code>if ((@ldap_bind($this->conn_id,"someuser","somepassword")) == false) {</code></p></blockquote>
<p>Note, that someuser is in the form of <code>user@domain.tld</code>.</p>
<p>I also recommend to choose to authenticate your admin user against the internal database and not the LDAP (AD) container, otherwise you will lock yourself out easily.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.dont-panic.cc/capi/2005/12/12/tikiwiki-and-active-directory-integration/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

