August 2009 Archives

Sat Aug 29 00:09:08 EDT 2009

pam-abl

I nearly forgot to mention that I am maintaining the pam-abl code now. I needed this for work, and started making changes, so I figured I would maintain it.

Basically pam-abl is a PAM module that automatically blocks people who fail to log in correctly more than a few times. Currently, it just makes it impossible to log in even with the right password. The changes I'm making allow you to do more things like change the firewall, and update a global database (LDAP) for the sake of other servers on the network.

When these changes are done at work, and make sense, I'll unleash/release them to the public.

Here's the link

Posted by A Crazed Howler Monkey | Permanent link | File under: programming, system-accounting

Fri Aug 28 23:41:05 EDT 2009

erlang compile error: X86_LEAF_WORDS undeclared here

This is easy to fix, you didn't have m4 installed the first time you ran make did you? ;-).... make clean;make

Posted by A Crazed Howler Monkey | Permanent link