Code Monkey home page Code Monkey logo

docker-tacacs-plus's Introduction

TACACS+ Docker Image

This image is a built version of tac_plus, a TACACS+ implementation written by Marc Huber.

Tags

latest, ubuntu, ubuntu-201904171831 - Latest version based on Ubuntu 18.04.

alpine, alpine-201904171831 - Latest version based on Alpine 3.9.

Building

Docker engine 17.06+ is required to build this image because it uses a multi-stage build. To build run: make. Add the argument alpine or ubuntu to build a specific image.

Additions

The Docker images include the Perl LDAP packages for Mavis authentication.

Using

To run with the default configuration:

docker run --name tac_plus -d -p 4949:49 lfkeitel/tacacs_plus:latest

The default configuration has a user with the username:password of admin:admin and the enable password is set to enable. Obviously, don't use this configuration in production.

The configuration is located at /etc/tac_plus/tac_plus.cfg. If you wish to use a custom configuration, simply overwrite it in a derived image or use a volume mount.

By default logs go to stdout.

Port 49 is exposed as the server port.

Configuration

Configuration documentation can be found here.

License

The LICENSE file in this repository is for the build scripts and built Docker image.

This image includes software developed by Marc Huber ([email protected]).

The tac_plus and supporting software is under a different license which can be found here.

docker-tacacs-plus's People

Contributors

lfkeitel avatar mattymo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.