What a hack. Well, most content is now inserted, with approximate dates still correct. There may be some dead links, but most of the information was takena cross. I’ll blog the nasty, nasty script I neded up using when its not gone midnight on a Sunday.
Category: Computing
All I.T. related rants/posts.
More workings on Blosxom export
Now I am working no the import and export functionality of WordPress. Export seems to dump an XML file, with all text as a big CDATA section (see the W3C for what a CDATA is about). It appears that P tags are removed in the XML dump, and carriage returns are used, so the XML export looks readable with preserved line breaks.
Oh well. Progress, perhaps.
Debconf 7 – EDI
So, back at my first DebConf for some 6 years or so — since Bordeaux in 2001 with DebConf 1 (which was the second DebConf).
Apache 2.2.x and LDAP/Active Directory 2003 Authentication.
Its mostly broken, but the is a workaround. For starters, see bug 26538.
Basically, when using Windows 2003, some queries can be returned as references, which the current (as of 2.2.3) LDAP modules dont handle. The work around is to modify the AuthLDAPURL
to connect to the Global Catalouge on port 3268 (instead of LDAP 389) as the GC doesn’t return references.
Apache 2.2 and Authentication
Wow, a set of incompatabilities. Well, ok, its perhaps just not sa straight forward as one would like. If you’re using mod-auth for Basic authentication, you probably need to use mod_authz_user as well.