Hello, thanks for visiting!
This is the weblog for Simon Morris.
I last blogged 1 week, 4 days ago, writing Second instalment of East Coast rail sucks and before that I wrote Simpsons Sopranos
Please subscribe to my blog and feel free to email me.
Oh, also follow me on Twitter. My last tweet was Seen fairly mature IT orgs throw the rulebook out the window when major incidents happen. This is the time to apply more process, not less
Follow @Simo_Morris2 posts tagged django
Django authentication with multiple Active Directory domains
One of the Django projects I'm working on at the moment requires LDAP authentication against multiple Active Directory domains. We want to route authentication requests to the correct AD domain based based on the user logon name, which is the users email address. Please have a look at my [ldap_auth][0] Django app. It does all of the above and works very nicely! [0]: http://blog.beerandspeech.org/files/agxzfm1venJhdC1jbXNyDAsSBEZpbGUY4tEEDA/ldap_auth.zip
Writing a Twitter client on Google App Engine
As [I mentioned previously][0], Beer and Speech is now hosted on Google App Engine. The code is Python, Django and based on existing efforts from [Bloog][1] and [JoeyB's Blog][2]. I'm keen to keep adding features - my latest is Twitter timeline integration, and here is how I did it!