jathanism / do_auth

A post-authorization script for tac_plus to allow greater flexibility in TACACS+ authentication and authorization controls.
tacacs.org
GNU General Public License v3.0
25 stars 9 forks source link

SafeConfigParser deprecated in newer python #10

Open ekrichbaum opened 10 months ago

ekrichbaum commented 10 months ago

Is this codebase still active or should I just fork it and work externally? Had to convert configparser.SafeConfigParser() to configparser.ConfigParser() and readfp to readfile.