
Jul 28, 2009
Recently, I deployed OpenSSO as a web single sign on service for a number of web servers, one of which was running MediaWiki. I haven’t yet written a SAML2 plugin for MediaWiki, so I am running an OpenSSO web agent for Apache, with the LDAP plugin doing auto-authentication.
After deploying the web agent, MediaWiki started parsing things incorrectly. Wiki-syntax like:
== Test ==
== Test2 ==
=== Test 3 ===
Was being corrupted, and turning into something like:
This is a preview of
OpenSSO web agent conflicts with the MediaWiki parser, and a workaround
.
Read the full post (205 words, estimated 49 secs reading time)

Jul 24, 2009
I’m a masochist, and subscribe to the entirety of Sun Microsystem’s blog feed. At least 90% of that content is completely worthless to me; however, the 10% that is worthwhile is usually really worthwhile.
This post about managing certificate trust flags in Network Security Services (NSS) databases is part of that 10%, and is the kind of thing everyone dealing with NSS should read. It is crazy that this information is missing from Mozilla’s documentation on certutil; this really makes the trust flags clear!

Jul 20, 2009
BarcampNOLA created a website for the New Orleans Recovery School District on their second day. This post is for tracking bugs related to that site.
Please leave any open bugs/issues/changes needed in the comments.

Jul 9, 2009
In part 1 of this series, I discussed basic password authentication for Active Directory (AD). In this article I will discuss enabling group restrictions and synchronization, and retrieving preferences for AD. I’ll first discuss group restrictions, then synchronization, then retrieving preferences.
Group restrictions and synchronization will require you to somewhat understand the LDAP structure that your AD environment is built upon. Don’t worry, this isn’t as scary as it sounds, and I’ll explain how to find all of the information you’ll require.
This is a preview of
Using the LDAP Authentication Plugin for MediaWiki – The Basics (Part 3)
.
Read the full post (848 words, estimated 3:24 mins reading time)