do_auth
do_auth copied to clipboard
A post-authorization script for tac_plus to allow greater flexibility in TACACS+ authentication and authorization controls.
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.
re.match - throw exception instead of crash! ``` ./do_auth.py -i 1.1.1.1 -fix_crs_bug -u rancid -d 2.2.2.2 -l log.txt -f do_auth.ini -D Traceback (most recent call last): File "./do_auth.py", line 571,...
Hi, Is it possible to deny commands after entering conf mode on cisco? Does do_auth.ini allow this? So far i can use "command_deny" only for "conf term" and not for...
Fixed issue where av_pairs specified in do_auth.ini were being ignored.
**DO NOT ACCEPT THIS PULL REQUEST** This is just for tracking the changes as I progress on the refactoring for v2.0.
This is so we can use pip/easy_install, package to .deb or .rpm, and generally make install, upgrade, and packaging a breeze.
Groups should inherit from other groups. "sub_group" attribute that can be checked for existence. Currently, we don't do this. Let's say we have a multi-vendor environment. Each user would need...