[PATCH] module for chainloading authentication modules

2011-07-27 Thread James Clendenan
A patch to allow multiple chainloaded authn modules to be checked in order. These result in a logical or applying through the authentication system. Typically I'm using it when I need an API account for a system that doesn't or shouldn't exist in my LDAP directory for some reason. James ---

Bridged interfaces and breaking lots of stuff

2011-07-27 Thread James Cammarata
I decided to go ahead and tackle the task of adding bridged interface support to cobbler, and it's necessitating a pretty good amount of rewriting - especially in the networking snippets. One of the things that always kind of annoyed me was the forced use of MAC addresses. I know that's the better