I've been working on a TACACS+ daemon written in Python (and recently converted to used the Twisted event-driven networking framework) for some time. Up until now it's just been an educational project for me since the existing free TACACS+ servers that are out there that are out there have been "good enough" for my needs. They all seem to be based upon some code that Cisco threw over the wall a while ago, with various patches added on top.
I need to move my TACACS+ server off of some older hardware so I thought that this would be a good time to finish up my daemon and actually start using it. It isn't quite ready for that, but I also thought that I should get it off of my hard drive in case someone else found it useful. So I've gotten some hosting for it on the Fedora Hosted Projects website and pushed out what code I have now.
You can find it at https://fedorahosted.org/secant.
Monday, June 2, 2008
Subscribe to:
Post Comments (Atom)

1 comments:
Jeff,
I didn't see this blog post in time for this week's Twisted in the News, but I'll keep it for the next one.
On a related note, were you aware of the TX community on launchpad? Your project would be a perfect addition...
If this interests you, you can point the Launchpad project you create (might I suggest "txSecant?") to your project on https://fedorahosted.org, thus alleviating any need to do additional work or learn yet another system... something to consider :-)
Post a Comment