Bug 245987 - [NEW PORT] net/py-tacacs_plus: TACACS+ client that supports authentication, authorization and accounting
Summary: [NEW PORT] net/py-tacacs_plus: TACACS+ client that supports authentication, a...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Danilo G. Baio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-04-28 00:57 UTC by Ivan Rozhuk
Modified: 2020-09-13 15:31 UTC (History)
2 users (show)

See Also:


Attachments
patch (1.73 KB, patch)
2020-04-28 00:57 UTC, Ivan Rozhuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!