Bug 245987

Summary: [NEW PORT] net/py-tacacs_plus: TACACS+ client that supports authentication, authorization and accounting
Product: Ports & Packages Reporter: Ivan Rozhuk <rozhuk.im>
Component: Individual Port(s)Assignee: Danilo G. Baio <dbaio>
Status: Closed FIXED    
Severity: Affects Some People CC: dbaio, rozhuk.im
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Ivan Rozhuk 2020-04-28 00:57:43 UTC
Created attachment 213875 [details]
patch
Comment 1 Ivan Rozhuk 2020-04-28 00:57:59 UTC
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
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-09-13 15:31:02 UTC
A commit references this bug:

Author: dbaio
Date: Sun Sep 13 15:30:34 UTC 2020
New revision: 548481
URL: https://svnweb.freebsd.org/changeset/ports/548481

Log:
  Add net/py-tacacs_plus: Client for TACACS+ authentication

  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

Changes:
  head/net/Makefile
  head/net/py-tacacs_plus/
  head/net/py-tacacs_plus/Makefile
  head/net/py-tacacs_plus/distinfo
  head/net/py-tacacs_plus/pkg-descr
Comment 3 Danilo G. Baio freebsd_committer freebsd_triage 2020-09-13 15:31:39 UTC
Committed, thanks!