Sign inSign up

christianbecker/tac_plus

By christianbecker

•Updated over 3 years ago

Run "tac_plus", a simple TACACS+ daemon, on Ubuntu 18.04 with Docker.

Image
1

320

christianbecker/tac_plus repository overview

⁠tac_plus

Run "tac_plus", a simple TACACS+ daemon, on Ubuntu 18.04 with Docker.
The version 4.0.4.27a is an old software from Shrubberry Networks, released on 2013-08-04, but it still works. :-) The .deb packages are only available until Ubuntu 18.04 (deprecated in future versions). WARNING! Please use this container only in an additional secured or testing environment.


⁠how to use it

If you just want to use the container from docker hub, create the directories and configurations - then proceed with step 2.

⁠1.) OPTIONAL: BUILD the docker container
docker build -t christianbecker/tac_plus .

⁠2.) CONFIGURE the container - tac_plus

Just copy your tac_plus configuration to "etc-tacacs+" directory or adjust your settings in the existing file "tac_plus.conf".


⁠3.) USE the container

Run the container with:

docker run --name tac_plus -p 49:49 -v $(pwd)/etc-tacacs+:/etc/tacacs+/ -v $(pwd)/accounting/tac_plus.acct:/var/log/tac_plus.acct -d -t --restart=always christianbecker/tac_plus 

GitHub⁠
Docker Hub⁠


⁠Authors

⁠License

This project is licensed under the MIT License - see the LICENSE⁠ file for details.

Tag summary

Content type

Image

Digest

sha256:c5286cccb…

Size

35.6 MB

Last updated

over 3 years ago

docker pull christianbecker/tac_plus