<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Hacking in LDAP support to Django</title>
	<atom:link href="http://www.jrandolph.com/blog/2006/02/01/hacking-in-ldap-support-to-django/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jrandolph.com/blog/2006/02/01/hacking-in-ldap-support-to-django/</link>
	<description>software development and testing</description>
	<lastBuildDate>Thu, 24 Apr 2008 12:51:01 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matthew Nalley</title>
		<link>http://www.jrandolph.com/blog/2006/02/01/hacking-in-ldap-support-to-django/comment-page-1/#comment-357</link>
		<dc:creator>Matthew Nalley</dc:creator>
		<pubDate>Tue, 07 Mar 2006 19:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrandolph.com/blog/?p=22#comment-357</guid>
		<description>Is it absolutely not possible to use LDAP exclusively?  I don&#039;t see why it&#039;s necessary to duplicate every user in the Django users db table.  Using LDAP in Django should be an alternative, not an addition.</description>
		<content:encoded><![CDATA[<p>Is it absolutely not possible to use LDAP exclusively?  I don&#8217;t see why it&#8217;s necessary to duplicate every user in the Django users db table.  Using LDAP in Django should be an alternative, not an addition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leonardo Santagada</title>
		<link>http://www.jrandolph.com/blog/2006/02/01/hacking-in-ldap-support-to-django/comment-page-1/#comment-313</link>
		<dc:creator>Leonardo Santagada</dc:creator>
		<pubDate>Fri, 03 Feb 2006 10:35:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrandolph.com/blog/?p=22#comment-313</guid>
		<description>Maybe you can get this on django, as a lot of people would like to use it. Maybe a more general tool where you simplify the work for any auth lib, the ones that comes to mind are LDAP, pam and some for NT domain or NIS+.</description>
		<content:encoded><![CDATA[<p>Maybe you can get this on django, as a lot of people would like to use it. Maybe a more general tool where you simplify the work for any auth lib, the ones that comes to mind are LDAP, pam and some for NT domain or NIS+.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ben</title>
		<link>http://www.jrandolph.com/blog/2006/02/01/hacking-in-ldap-support-to-django/comment-page-1/#comment-307</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Thu, 02 Feb 2006 02:10:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrandolph.com/blog/?p=22#comment-307</guid>
		<description>This is nice. I&#039;m just learning Django, but good LDAP support is critical for many apps. Thanks!</description>
		<content:encoded><![CDATA[<p>This is nice. I&#8217;m just learning Django, but good LDAP support is critical for many apps. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Holsman</title>
		<link>http://www.jrandolph.com/blog/2006/02/01/hacking-in-ldap-support-to-django/comment-page-1/#comment-306</link>
		<dc:creator>Ian Holsman</dc:creator>
		<pubDate>Thu, 02 Feb 2006 02:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrandolph.com/blog/?p=22#comment-306</guid>
		<description>I did a similar thing ages ago, but let the Apache Web server handle all the dirty bits of ldap.

it was acomplished via a middleware bit which recognized HTTP_REMOTE_USER and created the user object via that.

http://svn.zilbo.com/svn/django/common/middleware/httpauth.py</description>
		<content:encoded><![CDATA[<p>I did a similar thing ages ago, but let the Apache Web server handle all the dirty bits of ldap.</p>
<p>it was acomplished via a middleware bit which recognized HTTP<em>REMOTE</em>USER and created the user object via that.</p>
<p><a href="http://svn.zilbo.com/svn/django/common/middleware/httpauth.py" rel="nofollow">http://svn.zilbo.com/svn/django/common/middleware/httpauth.py</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: S2使ったら負けかなと思っている</title>
		<link>http://www.jrandolph.com/blog/2006/02/01/hacking-in-ldap-support-to-django/comment-page-1/#comment-305</link>
		<dc:creator>S2使ったら負けかなと思っている</dc:creator>
		<pubDate>Thu, 02 Feb 2006 01:47:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.jrandolph.com/blog/?p=22#comment-305</guid>
		<description>&lt;strong&gt;[Django]今日のDjango&lt;/strong&gt;

認証にLDAPを使うの巻。 確かにパスワードを複数覚えるのはめんどい。 builtin、あるいは正式版なpluginでもいい機能だと思うけどどーかな。 Admin系ツールのカスタマイズ方法 TinyMCEは知って...</description>
		<content:encoded><![CDATA[<p><strong>[Django]今日のDjango</strong></p>
<p>認証にLDAPを使うの巻。 確かにパスワードを複数覚えるのはめんどい。 builtin、あるいは正式版なpluginでもいい機能だと思うけどどーかな。 Admin系ツールのカスタマイズ方法 TinyMCEは知って&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
