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 <saikiran.k@tataelxsi.co.in>
diff --git a/requirements.txt b/requirements.txt
index 6abb721..b51ddca 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -18,3 +18,4 @@
git+https://osm.etsi.org/gerrit/osm/common.git#egg=osm-common
git+https://osm.etsi.org/gerrit/osm/IM.git#egg=osm-im
aiohttp>=2.3.10,<=3.6.2
+tacacs_plus