Giter VIP home page Giter VIP logo

authenticator's Introduction

Logo

Authenticate incoming OpenVPN connections.

Mattermost Developer Chat


OpenVPN-Authenticator

This project is a core piece of the OpenVPN-Access project. It intercepts all incoming OpenVPN connections and verifies the provided usernames and passwords against those stored in a MariaDB database.

Building from Source

OpenVPN-Authenticator uses cmake to create its build files and configurations, and depends on the following pieces of software:

  • Googletest to build and run tests (optional).
  • libbcrypt to verify passwords against their hashed versions in the database.
  • mariadbpp to connect to the MariaDB database instance.
  • yaml-cpp to parse authenticator configuration files.

These, however, are all pulled from their GitHub repositories at compile time by cmake, so there is no need to install them beforehand.

To build OpenVPN-Authenticator, you will need:

  • A C++20 compatible compiler. We reccommend g++.
  • cmake to generate build files.
  • doxygen to generate documentation files (optional).

If you meet these requirements, building OpenVPN-Authenticator is as simple as:

mkdir build && cd build
cmake ..
cmake --build .

If you have any problems, questions or comments, please don't hesitate to open an issue, or contact us on mattermost.

Documentation

OpenVPN-Authenticator is well documented in-source, but for the sake of completion, you can find a full doxygen generated HTML documenation site here.

Contributing

Issues, pull requests, etc. are very welcome. We are always looking for more people to help us maintain and improve this project. If you don't know where to start, or have any questions, please contact us on mattermost, or send an email to Nathan Seymour [email protected].

authenticator's People

Contributors

nateseymour avatar simondump 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.