As I mentioned the other day, I'm building a RADIUS client in Python for sending disconnect messages to Cisco routers.
One hang-up with the pyrad package is that it requires a dictionary file in order to map RADIUS attribute names to codes and types. In the case of my client …