DISCS GO MISSING: 25 million child benefit records lost…

November 22, 2007 | 8:51 am

BBC writes: “Two computer discs holding the personal details of all families in the UK with a child under 16 have gone missing.”

“The chancellor blamed mistakes by junior officials at HMRC, who he said had ignored security procedures when they sent information to the National Audit Office (NAO) for auditing. Mr Darling told MPs: “Two password protected discs containing a full copy of HMRC’s entire data in relation to the payment of child benefit was sent to the NAO, by HMRC’s internal post system operated by the courier TNT. The package was not recorded or registered. It appears the data has failed to reach the addressee in the NAO.”

Well, this at least shows why the security procedures were there in the first place. I wonder what kind of password protection the disks have. It’s probably a fancy way of saying it wasn’t encrypted.If they would have just used a TrueCrypt volume on the CD’s, there would not be a problem, and the CEO wouldn’t have had to resign.

Visual Studio 2008 released

November 20, 2007 | 2:40 pm

bb964613_vs2008pe_box.pngIt’s here, and ready to download on the MSDN site for subscribers. I just downloaded and installed the professional edtion (can’t find a document that describes the differences betheen express, standard and professional though).

I don’t notice many differences except for some nicer graphics, but hey, I’m a sysadmin, not a developer. I’ll have to dive in deeper to see the nice new things I can do with it. I don’t even know how to use LINQ and such.. That will come later on, I still have a bachelor thesis to write, and code a lot of software along with that.

Apache2 local user authentication

November 16, 2007 | 1:03 pm

I was trying to get Apache2 to authenticate using the local user database, and I would expect it to be quite easy. I was wrong.

But thank god for blogs :) This user described a way to use pwauth and mod_athnz_external, that works like a charm for me:
http://blog.innerewut.de/2007/6/26/apache-2-2-authentication-with-mod_authnz_external

Thanks Jonathan!