<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: activedirectory</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/activedirectory.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2007-12-10T08:40:09+00:00</updated><author><name>Simon Willison</name></author><entry><title>Django snippets: Authenticate against Active Directory</title><link href="https://simonwillison.net/2007/Dec/10/django/#atom-tag" rel="alternate"/><published>2007-12-10T08:40:09+00:00</published><updated>2007-12-10T08:40:09+00:00</updated><id>https://simonwillison.net/2007/Dec/10/django/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.djangosnippets.org/snippets/501/"&gt;Django snippets: Authenticate against Active Directory&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Uses a custom authentication backend with the Python ldap module. If Django hasn’t seen the user before a new Django user account is created with data from ldap.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/activedirectory"&gt;activedirectory&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/authentication"&gt;authentication&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/django"&gt;django&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ldap"&gt;ldap&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/python"&gt;python&lt;/a&gt;&lt;/p&gt;



</summary><category term="activedirectory"/><category term="authentication"/><category term="django"/><category term="ldap"/><category term="python"/></entry></feed>