<?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>Geoff&#039;s Blog &#187; apache</title>
	<atom:link href="http://blog.grimsy.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.grimsy.net</link>
	<description>tech, travels and other stuff</description>
	<lastBuildDate>Wed, 06 Apr 2011 03:41:59 +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>HOWTO &#8211; LDAP authentication on Apache</title>
		<link>http://blog.grimsy.net/2006/11/howto-ldap-authentication-on-apache/</link>
		<comments>http://blog.grimsy.net/2006/11/howto-ldap-authentication-on-apache/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 04:21:00 +0000</pubDate>
		<dc:creator>Geoff Jacobs</dc:creator>
				<category><![CDATA[uncategorized]]></category>
		<category><![CDATA[apache]]></category>

		<guid isPermaLink="false">http://grimsy.net/?p=4</guid>
		<description><![CDATA[Using mod_authnz_ldap (Apache 2.2.3 on FC6) I was eventually able to get the following settings to work: &#60;directory &#34;/var/www/html/test&#34;&#62; &#160; &#160; Options All ExecCGI -Indexes &#160; &#160; Order allow,deny &#160; &#160; Allow from all &#160; &#160; AuthzLDAPAuthoritative on &#160; &#160; AuthBasicProvider ldap &#160; &#160; AuthType Basic &#160; &#160; AuthLDAPCompareDNOnServer off &#160; &#160; AuthLDAPBindDN &#34;CN=MyName,CN=Users,DC=MyDomain,DC=com&#34; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Using <a href="http://httpd.apache.org/docs/2.2/mod/mod_authnz_ldap.html">mod_authnz_ldap</a><br />
(Apache 2.2.3 on FC6)<br />
I was eventually able to get the following settings to work:</p>
<div class="codecolorer-container apache default" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><div class="apache codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;<span style="color: #000000; font-weight:bold;">directory</span> <span style="color: #7f007f;">&quot;/var/www/html/test&quot;</span>&gt;<br />
&nbsp; &nbsp; <span style="color: #00007f;">Options</span> <span style="color: #0000ff;">All</span> ExecCGI -<span style="color: #0000ff;">Indexes</span><br />
&nbsp; &nbsp; <span style="color: #00007f;">Order</span> <span style="color: #00007f;">allow</span>,<span style="color: #00007f;">deny</span><br />
&nbsp; &nbsp; <span style="color: #00007f;">Allow</span> from <span style="color: #0000ff;">all</span><br />
&nbsp; &nbsp; <span style="color: #00007f;">AuthzLDAPAuthoritative</span> <span style="color: #0000ff;">on</span><br />
&nbsp; &nbsp; <span style="color: #00007f;">AuthBasicProvider</span> ldap<br />
&nbsp; &nbsp; <span style="color: #00007f;">AuthType</span> Basic<br />
&nbsp; &nbsp; <span style="color: #00007f;">AuthLDAPCompareDNOnServer</span> <span style="color: #0000ff;">off</span><br />
&nbsp; &nbsp; <span style="color: #00007f;">AuthLDAPBindDN</span> <span style="color: #7f007f;">&quot;CN=MyName,CN=Users,DC=MyDomain,DC=com&quot;</span><br />
&nbsp; &nbsp; <span style="color: #00007f;">AuthLDAPBindPassword</span> <span style="color: #7f007f;">&quot;MyPassword&quot;</span><br />
&nbsp; &nbsp; <span style="color: #00007f;">AuthLDAPURL</span> ldap://ldapserver:<span style="color: #ff0000;">389</span>/cn=Users,dc=MyDomain,dc=com?sAMAccountName?sub?(objectClass=*)<span style="color: #7f007f;">&quot;<br />
&nbsp; &nbsp; AuthName &quot;</span>MyAuthName<span style="color: #7f007f;">&quot;<br />
&nbsp; &nbsp; require ldap-filter &amp;amp;(objectClass=*)<br />
&lt;/directory&gt;</span></div></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.grimsy.net/2006/11/howto-ldap-authentication-on-apache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

