From: K Sai Kiran Date: Fri, 30 Oct 2020 05:44:44 +0000 (+0530) Subject: Feature 8532: Added new plugin authconn tacacs X-Git-Tag: release-v9.0-start~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=inline;h=7ddb0732d05743a56ee3376446f76be8fa73d3ad;hp=7ddb0732d05743a56ee3376446f76be8fa73d3ad;p=osm%2FNBI.git Feature 8532: Added new plugin authconn tacacs Added plugin authconn_tacacs.py Created new function validate_user() to contain the logic for username password validation. In authconn_tacacs, validate_user will be redefined to connect to TACACS. Created class variables which will be collections for internal mode. For TACACS mode, they will be roles_tacacs, projects_tacacs etc. Change-Id: Ib7fc8900860a492a79f6d0220bcdbb582edad017 Signed-off-by: K Sai Kiran ---