BITS | Andy Smith nonsensical ramblings from the broken mind of a twenty-something geek

Authenticating Active Directory users on Linux with Likewise Open

01.28.2010 · Posted in Linux, Security, UNIX

Historically, if you wanted to use Active Directory to authenticate users on a UNIX box, you were pretty much limited to using LDAP. This works fine for some people, but it’s not particularly elegant – especially if you’re having to create users home directories all the time, which negates some of the point of centralising ...

IPTables: Fun with MARK

01.27.2010 · Posted in IPTables/Netfilter, Security

One thing that’s always bugged me about IPTables is the lack of a way to use groups when writing rules, which can complicate things if you’ve got a potentially large rulebase. One way round this is to use something like fwbuilder, which gives you a graphical interface not unlike Checkpoint’s SmartDashboard GUI for their Firewall-1 ...

OpenSSH and OpenSC for Debian and Ubuntu

12.23.2009 · Posted in Security

I’m using OpenSC at the moment so that I can repurpose an otherwise unused Aladdin eToken to hold SSH keys. I could go through the process involved in setting up the token, but as this chap has already done a thorough job, I won’t go into detail.Unfortunately, the openssh-client package from Debian (and Ubuntu) doesn’t ...