<?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"
	>
<channel>
	<title>Comments on: Authenticating Against Active Directory With Python</title>
	<atom:link href="http://michaelonsecurity.com/2008/02/04/authenticating-against-active-directory-with-python/feed/" rel="self" type="application/rss+xml" />
	<link>http://michaelonsecurity.com/2008/02/04/authenticating-against-active-directory-with-python/</link>
	<description>Thoughts on IT Management and Security.  Trying to Make it All Come Together.</description>
	<pubDate>Sat, 19 Jul 2008 21:25:29 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Michael Gorsuch</title>
		<link>http://michaelonsecurity.com/2008/02/04/authenticating-against-active-directory-with-python/#comment-24</link>
		<dc:creator>Michael Gorsuch</dc:creator>
		<pubDate>Sat, 08 Mar 2008 12:29:43 +0000</pubDate>
		<guid isPermaLink="false">http://michaelonsecurity.com/?p=14#comment-24</guid>
		<description>Jacob - from rote, the Python LDAP module will do LDAP over SSL if you change your connection string to 'ldaps://mydomain.local'.

Remember, though - a lot of LDAP servers have SSL off by default, including Active Directory.  You may want to include a helpful test for customers that at least looks for basic connectivity to port 636 or 3269 before accepting the parameter as valid.  I think a lot of people assume that SSL support is on out of the box.</description>
		<content:encoded><![CDATA[<p>Jacob - from rote, the Python LDAP module will do LDAP over SSL if you change your connection string to &#8216;ldaps://mydomain.local&#8217;.</p>
<p>Remember, though - a lot of LDAP servers have SSL off by default, including Active Directory.  You may want to include a helpful test for customers that at least looks for basic connectivity to port 636 or 3269 before accepting the parameter as valid.  I think a lot of people assume that SSL support is on out of the box.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob Krall</title>
		<link>http://michaelonsecurity.com/2008/02/04/authenticating-against-active-directory-with-python/#comment-22</link>
		<dc:creator>Jacob Krall</dc:creator>
		<pubDate>Sat, 08 Mar 2008 03:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://michaelonsecurity.com/?p=14#comment-22</guid>
		<description>Hey MG, this code looks a lot like what I did in Wasabi this week.  Does it encrypt the LDAP connection?  I want to figure out how to do that for our FogBugz customers.</description>
		<content:encoded><![CDATA[<p>Hey MG, this code looks a lot like what I did in Wasabi this week.  Does it encrypt the LDAP connection?  I want to figure out how to do that for our FogBugz customers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
