aboutsummaryrefslogtreecommitdiff
path: root/net/py-tacacs_plus
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Drop python 2.7 support from a few portsAntoine Brodin2020-12-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=559531
* Add net/py-tacacs_plus: Client for TACACS+ authenticationDanilo G. Baio2020-09-133-0/+37
A TACACS+ client that supports authentication, authorization and accounting. Unlike RADIUS, which was designed for similar purposes, the TACACS+ protocol offers basic packet encryption but, as with most crypto designed back then, it's not secure and definitely should not be used over untrusted networks. This package has been successfully used with the free tac_plus TACACS+ server on a variety of operating systems. WWW: https://github.com/ansible/tacacs_plus PR: 245987 Submitted by: rozhuk.im@gmail.com Notes: svn path=/head/; revision=548481